diff --git a/examples/react/infinite-query-with-max-pages/package.json b/examples/react/infinite-query-with-max-pages/package.json index cef50087ea..d7f3704fc1 100644 --- a/examples/react/infinite-query-with-max-pages/package.json +++ b/examples/react/infinite-query-with-max-pages/package.json @@ -3,7 +3,7 @@ "private": true, "type": "module", "scripts": { - "dev": "next", + "dev": "next dev --webpack", "build": "next build", "start": "next start" }, diff --git a/examples/react/load-more-infinite-scroll/package.json b/examples/react/load-more-infinite-scroll/package.json index 1be7838c2b..bddbebc7ea 100644 --- a/examples/react/load-more-infinite-scroll/package.json +++ b/examples/react/load-more-infinite-scroll/package.json @@ -3,7 +3,7 @@ "private": true, "type": "module", "scripts": { - "dev": "next", + "dev": "next dev --webpack", "build": "next build", "start": "next start" }, diff --git a/examples/react/nextjs-app-prefetching/package.json b/examples/react/nextjs-app-prefetching/package.json index bb9d965ae2..93e563ac16 100644 --- a/examples/react/nextjs-app-prefetching/package.json +++ b/examples/react/nextjs-app-prefetching/package.json @@ -3,7 +3,7 @@ "private": true, "type": "module", "scripts": { - "dev": "next dev", + "dev": "next dev --webpack", "build": "next build", "start": "next start" }, diff --git a/examples/react/nextjs/package.json b/examples/react/nextjs/package.json index e277a26e47..6402c9f701 100644 --- a/examples/react/nextjs/package.json +++ b/examples/react/nextjs/package.json @@ -3,7 +3,7 @@ "private": true, "type": "module", "scripts": { - "dev": "next", + "dev": "next dev --webpack", "build": "next build", "start": "next start" }, diff --git a/examples/react/optimistic-updates-cache/package.json b/examples/react/optimistic-updates-cache/package.json index f8e47de1d0..9c0fb32d5a 100755 --- a/examples/react/optimistic-updates-cache/package.json +++ b/examples/react/optimistic-updates-cache/package.json @@ -3,7 +3,7 @@ "private": true, "type": "module", "scripts": { - "dev": "next", + "dev": "next dev --webpack", "build": "next build", "start": "next start" }, diff --git a/examples/react/optimistic-updates-ui/package.json b/examples/react/optimistic-updates-ui/package.json index 7e6fc46e50..8e5b97fb34 100755 --- a/examples/react/optimistic-updates-ui/package.json +++ b/examples/react/optimistic-updates-ui/package.json @@ -3,7 +3,7 @@ "private": true, "type": "module", "scripts": { - "dev": "next", + "dev": "next dev --webpack", "build": "next build", "start": "next start" }, diff --git a/examples/react/pagination/package.json b/examples/react/pagination/package.json index 50bbee6a3b..9b53ba7301 100644 --- a/examples/react/pagination/package.json +++ b/examples/react/pagination/package.json @@ -3,7 +3,7 @@ "private": true, "type": "module", "scripts": { - "dev": "next", + "dev": "next dev --webpack", "build": "next build", "start": "next start" },