Adjusting chunk splitting config

This commit is contained in:
Jeff Avallone 2018-05-28 12:03:49 -04:00
parent 2a4e195742
commit 9a10fc35e8
1 changed files with 1 additions and 4 deletions

View File

@ -51,10 +51,7 @@ module.exports = {
splitChunks: {
chunks: 'initial',
name: 'common',
minChunks: 2,
cacheGroups: {
default: false
}
minChunks: 2
}
},
plugins: [