Skip to content

Commit

Permalink
Set optimization.splitChunks to false in test webpack config.
Browse files Browse the repository at this point in the history
  • Loading branch information
zacanger committed Mar 2, 2018
1 parent 3a41ca4 commit b0e14df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/configCases/split-chunks/no-options/webpack.config.js
Expand Up @@ -9,5 +9,8 @@ module.exports = {
output: {
filename: "[name].js"
},
optimization: {
splitChunks: false
},
plugins: [new SplitChunksPlugin()]
};

0 comments on commit b0e14df

Please sign in to comment.