mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-24 18:56:32 -05:00
Use new source map naming for the Webpack dev config
Signed-off-by: David Mehren <git@herrmehren.de> Co-authored-by: Yannick Bungers <git@innay.de>
This commit is contained in:
parent
c5fb4c67a5
commit
d3d7912a64
1 changed files with 2 additions and 2 deletions
|
@ -6,9 +6,9 @@ module.exports = [
|
|||
// merge common config
|
||||
merge(common, {
|
||||
mode: 'development',
|
||||
devtool: 'cheap-module-eval-source-map'
|
||||
devtool: 'eval-cheap-module-source-map'
|
||||
}),
|
||||
merge(htmlexport, {
|
||||
mode: 'development',
|
||||
devtool: 'cheap-module-eval-source-map'
|
||||
devtool: 'eval-cheap-module-source-map'
|
||||
})]
|
||||
|
|
Loading…
Reference in a new issue