Skip to content

Commit

Permalink
changed build config to 'source-map' devtool
Browse files Browse the repository at this point in the history
  • Loading branch information
liabru committed Apr 29, 2021
1 parent 2f14ec5 commit e909b04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.demo.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ License ${pkg.license}`;
return {
entry: { [name]: './demo/src/index.js' },
node: false,
devtool: 'source-map',
output: {
library: 'MatterDemo',
libraryTarget: 'umd',
Expand Down

0 comments on commit e909b04

Please sign in to comment.