From 0c62db3615a8f646ece09ef2f9043a5a951d1d3e Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Fri, 7 Feb 2020 22:09:41 +0000 Subject: [PATCH] revert webpack changes --- webpack.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/webpack.config.js b/webpack.config.js index d0b7f0e390..86e6eb1def 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -18,7 +18,7 @@ module.exports = (env, argv) => { if (argv.mode !== "production") { // This makes the sourcemaps human readable for developers. We use eval-source-map // because the plain source-map devtool ruins the alignment. - development['devtool'] = 'source-map'; + development['devtool'] = 'eval-source-map'; } // Resolve the directories for the react-sdk and js-sdk for later use. We resolve these early so we @@ -355,7 +355,6 @@ module.exports = (env, argv) => { // tedious in Riot since that can take a while. hot: false, inline: false, - disableHostCheck: true, }, }; };