Skip to content

Commit e909b04

Browse files
committed
changed build config to 'source-map' devtool
1 parent 2f14ec5 commit e909b04

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

webpack.demo.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ License ${pkg.license}`;
2929
return {
3030
entry: { [name]: './demo/src/index.js' },
3131
node: false,
32+
devtool: 'source-map',
3233
output: {
3334
library: 'MatterDemo',
3435
libraryTarget: 'umd',

0 commit comments

Comments
 (0)