From 9f4ce2dcf285e00c383f4d55b1802bae2e71a05e Mon Sep 17 00:00:00 2001
From: Matthew Hodgson <matthew@matrix.org>
Date: Thu, 31 Jan 2019 23:30:22 +0100
Subject: [PATCH] empirically if we want sourcemaps which work for dev we need
 eval-source-map

---
 webpack.config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webpack.config.js b/webpack.config.js
index 6d8081c2..9961c541 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -175,7 +175,7 @@ module.exports = {
             chunks: ['mobileguide'],
         }),
     ],
-    devtool: 'source-map',
+    devtool: 'eval-source-map',
 
     // configuration for the webpack-dev-server
     devServer: {