mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 11:15:53 +03:00
Source map working
This commit is contained in:
parent
c516ecebcc
commit
e428f48269
1 changed files with 1 additions and 1 deletions
|
@ -91,10 +91,10 @@ module.exports = function (config) {
|
|||
resolve: {
|
||||
alias: {
|
||||
'matrix-react-sdk': path.resolve('src/index.js'),
|
||||
// todo: make this go via an include path?
|
||||
'test-component-index': path.resolve('test/test-component-index.js'),
|
||||
},
|
||||
},
|
||||
devtool: 'inline-source-map',
|
||||
},
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue