mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-04-16 21:27:27 +00:00
Enable SplitChunksPlugin in Webpack production config
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
cb1428d9b0
commit
578cb4d919
1 changed files with 4 additions and 1 deletions
|
@ -18,7 +18,10 @@ module.exports = [
|
|||
new ESBuildMinifyPlugin({
|
||||
target: 'es2015'
|
||||
})
|
||||
]
|
||||
],
|
||||
splitChunks: {
|
||||
chunks: 'all'
|
||||
}
|
||||
}
|
||||
}),
|
||||
merge(htmlexport, {
|
||||
|
|
Loading…
Add table
Reference in a new issue