fix webpack source maps for firefox
[skip ci]
This commit is contained in:
parent
69a2ef8696
commit
8e10c18080
|
@ -69,5 +69,5 @@ module.exports = {
|
||||||
logLevel: 'silent' // do not bother Webpacker, who runs with --json and parses stdout
|
logLevel: 'silent' // do not bother Webpacker, who runs with --json and parses stdout
|
||||||
})
|
})
|
||||||
]),
|
]),
|
||||||
devtool: isDev ? 'cheap-module-eval-source-map' : 'source-map'
|
devtool: isDev ? 'cheap-module-source-map' : 'source-map'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue