We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c2789b commit 2203640Copy full SHA for 2203640
tests/fixtures/middleware/next.config.js
@@ -7,7 +7,7 @@ const nextConfig = {
7
webpack: (config) => {
8
// this is a trigger to generate multiple `.next/server/middleware-[hash].js` files instead of
9
// single `.next/server/middleware.js` file
10
- config.optimization.splitChunks.maxSize = 100_000
+ // config.optimization.splitChunks.maxSize = 100_000
11
12
return config
13
},
0 commit comments