1
0
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:
Richard van der Hoff
2016-03-28 18:19:37 +01:00
parent c516ecebcc
commit e428f48269

View File

@ -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',
},
});
};