0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2024-11-23 09:26:51 -05:00

changed build config to 'source-map' devtool

This commit is contained in:
liabru 2021-04-29 23:06:25 +01:00
parent 2f14ec5eb6
commit e909b0466c

View file

@ -29,6 +29,7 @@ License ${pkg.license}`;
return {
entry: { [name]: './demo/src/index.js' },
node: false,
devtool: 'source-map',
output: {
library: 'MatterDemo',
libraryTarget: 'umd',