Enable SplitChunksPlugin in Webpack production config

Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
David Mehren 2021-06-06 22:23:55 +02:00
parent cb1428d9b0
commit 578cb4d919
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3

View file

@ -18,7 +18,10 @@ module.exports = [
new ESBuildMinifyPlugin({
target: 'es2015'
})
]
],
splitChunks: {
chunks: 'all'
}
}
}),
merge(htmlexport, {