mirror of
https://github.com/photonstorm/phaser
synced 2024-11-25 06:00:41 +00:00
Performance config for Matter Physics
This commit is contained in:
parent
749c9a8af3
commit
7d4d59a62c
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ module.exports = {
|
|||
phaser: './phaser.js'
|
||||
},
|
||||
|
||||
devtool: 'source-map',
|
||||
|
||||
output: {
|
||||
path: `${__dirname}/../build/`,
|
||||
filename: '[name].js',
|
||||
|
|
Loading…
Reference in a new issue