mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 03:06:31 -05:00
Enable source-maps in Webpack production config
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
578cb4d919
commit
38f73d2872
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@ module.exports = [
|
||||||
splitChunks: {
|
splitChunks: {
|
||||||
chunks: 'all'
|
chunks: 'all'
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
devtool: 'source-map'
|
||||||
}),
|
}),
|
||||||
merge(htmlexport, {
|
merge(htmlexport, {
|
||||||
mode: 'production',
|
mode: 'production',
|
||||||
|
|
Loading…
Reference in a new issue