From 3fad360f5fa2a48acd2d1f6db014bc8d58874db0 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Thu, 31 Jan 2019 17:03:16 -0600 Subject: [PATCH] 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 9f4ce2dcf285e00c383f4d55b1802bae2e71a05e. --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 9961c54150..6d8081c2dc 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -175,7 +175,7 @@ module.exports = { chunks: ['mobileguide'], }), ], - devtool: 'eval-source-map', + devtool: 'source-map', // configuration for the webpack-dev-server devServer: {