mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-23 10:16:32 -05:00
Don't use eval-based source maps
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
3cd169a650
commit
f86fae3bd7
1 changed files with 2 additions and 2 deletions
|
@ -6,9 +6,9 @@ module.exports = [
|
|||
// merge common config
|
||||
merge(common, {
|
||||
mode: 'development',
|
||||
devtool: 'eval-cheap-module-source-map'
|
||||
devtool: 'cheap-module-source-map'
|
||||
}),
|
||||
merge(htmlexport, {
|
||||
mode: 'development',
|
||||
devtool: 'eval-cheap-module-source-map'
|
||||
devtool: 'cheap-module-source-map'
|
||||
})]
|
||||
|
|
Loading…
Reference in a new issue