mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 11:16:31 -05:00
Merge pull request #1371 from hedgedoc/feature/optimize_webpack
This commit is contained in:
commit
e7e1313691
1 changed files with 6 additions and 2 deletions
|
@ -18,8 +18,12 @@ module.exports = [
|
|||
new ESBuildMinifyPlugin({
|
||||
target: 'es2015'
|
||||
})
|
||||
]
|
||||
}
|
||||
],
|
||||
splitChunks: {
|
||||
chunks: 'all'
|
||||
}
|
||||
},
|
||||
devtool: 'source-map'
|
||||
}),
|
||||
merge(htmlexport, {
|
||||
mode: 'production',
|
||||
|
|
Loading…
Reference in a new issue