1 parent d39d89d commit 0c62db3Copy full SHA for 0c62db3
1 file changed
webpack.config.js
@@ -18,7 +18,7 @@ module.exports = (env, argv) => {
18
if (argv.mode !== "production") {
19
// This makes the sourcemaps human readable for developers. We use eval-source-map
20
// because the plain source-map devtool ruins the alignment.
21
- development['devtool'] = 'source-map';
+ development['devtool'] = 'eval-source-map';
22
}
23
24
// 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) => {
355
// tedious in Riot since that can take a while.
356
hot: false,
357
inline: false,
358
- disableHostCheck: true,
359
},
360
};
361
0 commit comments