mirror of
https://github.com/liabru/matter-js.git
synced 2024-11-26 09:49:20 -05:00
change dev server source map mode
This commit is contained in:
parent
8ca9cb4fa4
commit
bc568f0864
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ License ${pkg.license}`;
|
|||
return {
|
||||
entry: { [name]: './demo/src/index.js' },
|
||||
node: false,
|
||||
devtool: devServer ? 'source-map' : 'none',
|
||||
devtool: devServer ? false : 'none',
|
||||
output: {
|
||||
library: 'MatterDemo',
|
||||
libraryTarget: 'umd',
|
||||
|
|
Loading…
Reference in a new issue