Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
feedthejim committed Sep 6, 2023
1 parent 3eb0193 commit 3971cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/src/build/webpack-config.ts
Expand Up @@ -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) => {
Expand Down

0 comments on commit 3971cb3

Please sign in to comment.