From 685c1ba276641abdf954d8a90cf0124376379d04 Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 9 Dec 2019 15:02:00 +0000 Subject: [PATCH] Revert accidental commit --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 331a231da5..5d02de3db9 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -190,7 +190,7 @@ module.exports = { chunks: ['mobileguide'], }), ], - devtool: 'eval-source-map', + devtool: 'source-map', // configuration for the webpack-dev-server devServer: {