empirically if we want sourcemaps which work for dev we need eval-source-map
This commit is contained in:
parent
90140f6361
commit
9f4ce2dcf2
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ module.exports = {
|
||||||
chunks: ['mobileguide'],
|
chunks: ['mobileguide'],
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
devtool: 'source-map',
|
devtool: 'eval-source-map',
|
||||||
|
|
||||||
// configuration for the webpack-dev-server
|
// configuration for the webpack-dev-server
|
||||||
devServer: {
|
devServer: {
|
||||||
|
|
Loading…
Reference in a new issue