Adjusting chunk splitting config
This commit is contained in:
parent
2a4e195742
commit
9a10fc35e8
@ -51,10 +51,7 @@ module.exports = {
|
|||||||
splitChunks: {
|
splitChunks: {
|
||||||
chunks: 'initial',
|
chunks: 'initial',
|
||||||
name: 'common',
|
name: 'common',
|
||||||
minChunks: 2,
|
minChunks: 2
|
||||||
cacheGroups: {
|
|
||||||
default: false
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
|
Loading…
Reference in New Issue
Block a user