mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-09 22:41:26 +02:00
Source map working
This commit is contained in:
parent
c516ecebcc
commit
e428f48269
@ -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…
x
Reference in New Issue
Block a user