mirror of https://github.com/webpack/webpack.git
Set optimization.splitChunks to false in test webpack config.
This commit is contained in:
parent
3a41ca4ee2
commit
b0e14df9ce
|
|
@ -9,5 +9,8 @@ module.exports = {
|
|||
output: {
|
||||
filename: "[name].js"
|
||||
},
|
||||
optimization: {
|
||||
splitChunks: false
|
||||
},
|
||||
plugins: [new SplitChunksPlugin()]
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue