mirror of https://github.com/vector-im/riot-web
Source map working
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…
Reference in New Issue