We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48fe132 commit 8eef483Copy full SHA for 8eef483
methods/react-ssr/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "react-ssr",
3
"scripts": {
4
- "build": "bun build index.jsx --target bun --jsx-runtime classic --outdir dist",
+ "build": "NODE_ENV=production bun build index.jsx --target bun --minify --outdir dist",
5
"bench": "NODE_ENV=production bun dist/index.js"
6
},
7
"devDependencies": {
0 commit comments