mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 17:25:50 +03:00
revert webpack changes
This commit is contained in:
parent
d39d89de83
commit
0c62db3615
1 changed files with 1 additions and 2 deletions
|
@ -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,
|
||||
},
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue