Skip to content

Commit 2203640

Browse files
committed
test: skip force chunking in middleware fixture
1 parent 3c2789b commit 2203640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fixtures/middleware/next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const nextConfig = {
77
webpack: (config) => {
88
// this is a trigger to generate multiple `.next/server/middleware-[hash].js` files instead of
99
// single `.next/server/middleware.js` file
10-
config.optimization.splitChunks.maxSize = 100_000
10+
// config.optimization.splitChunks.maxSize = 100_000
1111

1212
return config
1313
},

0 commit comments

Comments
 (0)