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 971fdd1 commit a82ebc6Copy full SHA for a82ebc6
apps/landing/package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"dev": "node ./script.js && next dev",
8
"search": "node ./script.js",
9
- "build": "node ./script.js && next build",
+ "build": "node ./script.js && next build --webpack",
10
"start": "npx serve ./out",
11
"lint": "eslint"
12
},
0 commit comments