Enable SplitChunksPlugin in Webpack production config
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
@@ -18,7 +18,10 @@ module.exports = [
|
|||||||
new ESBuildMinifyPlugin({
|
new ESBuildMinifyPlugin({
|
||||||
target: 'es2015'
|
target: 'es2015'
|
||||||
})
|
})
|
||||||
]
|
],
|
||||||
|
splitChunks: {
|
||||||
|
chunks: 'all'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
merge(htmlexport, {
|
merge(htmlexport, {
|
||||||
|
|||||||
Reference in New Issue
Block a user