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: {
|
resolve: {
|
||||||
alias: {
|
alias: {
|
||||||
'matrix-react-sdk': path.resolve('src/index.js'),
|
'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'),
|
'test-component-index': path.resolve('test/test-component-index.js'),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
devtool: 'inline-source-map',
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue