Skip to content

Commit b0e14df

Browse files
committed
Set optimization.splitChunks to false in test webpack config.
1 parent 3a41ca4 commit b0e14df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/configCases/split-chunks/no-options/webpack.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,8 @@ module.exports = {
99
output: {
1010
filename: "[name].js"
1111
},
12+
optimization: {
13+
splitChunks: false
14+
},
1215
plugins: [new SplitChunksPlugin()]
1316
};

0 commit comments

Comments
 (0)