Skip to content

Commit aed174d

Browse files
React Next.js: make StackBlitz use next dev --webpack to avoid crashing when using Turbopack by default
1 parent 7fca61c commit aed174d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

react-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"repository": "twbs/examples",
66
"license": "MIT",
77
"stackblitz": {
8-
"startCommand": "npm start"
8+
"startCommand": "next dev --webpack"
99
},
1010
"scripts": {
1111
"build": "next build",

0 commit comments

Comments
 (0)