diff --git a/examples/react/infinite-query-with-max-pages/package.json b/examples/react/infinite-query-with-max-pages/package.json index cef50087ea0..d7f3704fc19 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 1be7838c2b6..bddbebc7ea6 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 bb9d965ae20..93e563ac166 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 e277a26e473..6402c9f701c 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 f8e47de1d0d..9c0fb32d5ad 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 7e6fc46e50d..8e5b97fb34e 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 50bbee6a3b6..9b53ba7301f 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" },