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:
@@ -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'
|
||||
})]
|
||||
|
||||
Reference in New Issue
Block a user