You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-30 02:21:17 +03:00
Source map working
This commit is contained in:
@ -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',
|
||||
},
|
||||
});
|
||||
};
|
||||
|
Reference in New Issue
Block a user