diff --git a/packages/next/src/build/webpack-config.ts b/packages/next/src/build/webpack-config.ts index 3690de41534e..f1f053d05eb9 100644 --- a/packages/next/src/build/webpack-config.ts +++ b/packages/next/src/build/webpack-config.ts @@ -1731,7 +1731,7 @@ export default async function getBaseWebpackConfig( reuseExistingChunk: true, test: /[\\/]node_modules[\\/]/, minSize: 0, - minChunks: 0, + minChunks: 1, maxAsyncRequests: 300, maxInitialRequests: 300, name: (module: webpack.Module) => {