We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cbf9fe commit 437c150Copy full SHA for 437c150
tests/fixtures/middleware/next.config.js
@@ -8,7 +8,7 @@ const nextConfig = {
8
config.optimization.splitChunks.maxSize = 100_000
9
10
return config
11
- }
+ },
12
}
13
14
module.exports = nextConfig
0 commit comments