This reverts commit 49b85623d5
.
This commit is contained in:
parent
49b85623d5
commit
52d1ab5703
|
@ -35,6 +35,10 @@ module.exports = {
|
|||
terser()
|
||||
],
|
||||
splitChunks: {
|
||||
chunks: 'async',
|
||||
minSize: 5000,
|
||||
maxAsyncRequests: Infinity,
|
||||
maxInitialRequests: Infinity,
|
||||
name: false // these chunk names can be annoyingly long
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue