Skip to content

Commit a82ebc6

Browse files
committed
Add webpack flag to benchmark
1 parent 971fdd1 commit a82ebc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/landing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"dev": "node ./script.js && next dev",
88
"search": "node ./script.js",
9-
"build": "node ./script.js && next build",
9+
"build": "node ./script.js && next build --webpack",
1010
"start": "npx serve ./out",
1111
"lint": "eslint"
1212
},

0 commit comments

Comments
 (0)