We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f14ec5 commit e909b04Copy full SHA for e909b04
1 file changed
webpack.demo.config.js
@@ -29,6 +29,7 @@ License ${pkg.license}`;
29
return {
30
entry: { [name]: './demo/src/index.js' },
31
node: false,
32
+ devtool: 'source-map',
33
output: {
34
library: 'MatterDemo',
35
libraryTarget: 'umd',
0 commit comments