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

This change causes Node to crash during builds in some configurations.  It also
grows the production bundle size to ~4x what it was before.

This reverts commit 9f4ce2dcf2.
This commit is contained in:
J. Ryan Stinnett 2019-01-31 17:03:16 -06:00
parent 9f4ce2dcf2
commit 3fad360f5f

View file

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