1
0
mirror of https://github.com/nolanlawson/pinafore synced 2025-02-03 07:15:47 +01:00

Revert "perf: use webpack splitChunks defaults (#855)" (#856)

This reverts commit 49b85623d5cf3e3334d5bc86f81671621a8e898a.
This commit is contained in:
Nolan Lawson 2018-12-23 11:25:35 -08:00 committed by GitHub
parent 49b85623d5
commit 52d1ab5703
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}
},