We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3a2624 commit 71a991aCopy full SHA for 71a991a
landing/package.json
@@ -5,7 +5,7 @@
5
"scripts": {
6
"dev": "next dev --webpack",
7
"dev:turbopack": "next dev",
8
- "build": "next build",
+ "build": "next build --webpack",
9
"start": "next start",
10
"lint": "eslint"
11
},
0 commit comments