Skip to content

Commit 0c62db3

Browse files
committed
revert webpack changes
1 parent d39d89d commit 0c62db3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

webpack.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = (env, argv) => {
1818
if (argv.mode !== "production") {
1919
// This makes the sourcemaps human readable for developers. We use eval-source-map
2020
// because the plain source-map devtool ruins the alignment.
21-
development['devtool'] = 'source-map';
21+
development['devtool'] = 'eval-source-map';
2222
}
2323

2424
// 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) => {
355355
// tedious in Riot since that can take a while.
356356
hot: false,
357357
inline: false,
358-
disableHostCheck: true,
359358
},
360359
};
361360
};

0 commit comments

Comments
 (0)