mirror of
https://github.com/nolanlawson/pinafore
synced 2025-02-09 07:58:43 +01:00
This reverts commit 49b85623d5cf3e3334d5bc86f81671621a8e898a.
This commit is contained in:
parent
49b85623d5
commit
52d1ab5703
@ -35,6 +35,10 @@ module.exports = {
|
|||||||
terser()
|
terser()
|
||||||
],
|
],
|
||||||
splitChunks: {
|
splitChunks: {
|
||||||
|
chunks: 'async',
|
||||||
|
minSize: 5000,
|
||||||
|
maxAsyncRequests: Infinity,
|
||||||
|
maxInitialRequests: Infinity,
|
||||||
name: false // these chunk names can be annoyingly long
|
name: false // these chunk names can be annoyingly long
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user