Set optimization.splitChunks to false in test webpack config.

This commit is contained in:
zacanger 2018-03-02 09:50:13 -07:00
parent 3a41ca4ee2
commit b0e14df9ce
No known key found for this signature in database
GPG Key ID: 0E301CABD9D72DB5
1 changed files with 3 additions and 0 deletions

View File

@ -9,5 +9,8 @@ module.exports = {
output: {
filename: "[name].js"
},
optimization: {
splitChunks: false
},
plugins: [new SplitChunksPlugin()]
};