diff --git a/examples/react/auto-refetching/package.json b/examples/react/auto-refetching/package.json index 0f850a9d061..0d0aac9f594 100644 --- a/examples/react/auto-refetching/package.json +++ b/examples/react/auto-refetching/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/infinite-query-with-max-pages/package.json b/examples/react/infinite-query-with-max-pages/package.json index 3dcd817efaa..678dd9107a3 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 323f6923627..dd6a7618936 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 7b1086cd985..2a0e0002a50 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 d1170e05fdc..49095faaa74 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 ec228f4d294..6c4d32eff2c 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 51e9ba16a8c..b11943b0a67 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 c44d3855a42..2777f684ffd 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" }, diff --git a/examples/react/prefetching/package.json b/examples/react/prefetching/package.json index a9336403b36..1f98bd901bd 100644 --- a/examples/react/prefetching/package.json +++ b/examples/react/prefetching/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/integrations/react-next-15/package.json b/integrations/react-next-15/package.json index 1454aa61a4e..67d96978d4d 100644 --- a/integrations/react-next-15/package.json +++ b/integrations/react-next-15/package.json @@ -2,7 +2,7 @@ "name": "react-next-15", "private": true, "scripts": { - "dev": "next dev", + "dev": "next dev --webpack", "build": "next build" }, "dependencies": { diff --git a/integrations/react-next-16/package.json b/integrations/react-next-16/package.json index e0f4e0f8530..6be1a3cd693 100644 --- a/integrations/react-next-16/package.json +++ b/integrations/react-next-16/package.json @@ -2,7 +2,7 @@ "name": "react-next-16", "private": true, "scripts": { - "dev": "next dev", + "dev": "next dev --webpack", "build": "next build" }, "dependencies": {