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:
parent
2f14ec5eb6
commit
e909b0466c
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ License ${pkg.license}`;
|
||||||
return {
|
return {
|
||||||
entry: { [name]: './demo/src/index.js' },
|
entry: { [name]: './demo/src/index.js' },
|
||||||
node: false,
|
node: false,
|
||||||
|
devtool: 'source-map',
|
||||||
output: {
|
output: {
|
||||||
library: 'MatterDemo',
|
library: 'MatterDemo',
|
||||||
libraryTarget: 'umd',
|
libraryTarget: 'umd',
|
||||||
|
|
Loading…
Reference in a new issue