Skip to content

Commit 8eef483

Browse files
committed
Fix react-ssr bun build script
1 parent 48fe132 commit 8eef483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

methods/react-ssr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-ssr",
33
"scripts": {
4-
"build": "bun build index.jsx --target bun --jsx-runtime classic --outdir dist",
4+
"build": "NODE_ENV=production bun build index.jsx --target bun --minify --outdir dist",
55
"bench": "NODE_ENV=production bun dist/index.js"
66
},
77
"devDependencies": {

0 commit comments

Comments
 (0)