fix webpack source maps for firefox

[skip ci]
This commit is contained in:
Nolan Lawson 2018-04-12 17:52:32 -07:00
parent 69a2ef8696
commit 8e10c18080
1 changed files with 1 additions and 1 deletions

View File

@ -69,5 +69,5 @@ module.exports = {
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'
}