empirically if we want sourcemaps which work for dev we need eval-source-map

pull/8358/head
Matthew Hodgson 2019-01-31 23:30:22 +01:00
parent 90140f6361
commit 9f4ce2dcf2
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ module.exports = {
chunks: ['mobileguide'],
}),
],
devtool: 'source-map',
devtool: 'eval-source-map',
// configuration for the webpack-dev-server
devServer: {