mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 04:33:31 +00:00
Specify globalObject name
This commit is contained in:
parent
c9b68c167a
commit
67771d7645
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ module.exports = {
|
|||
sourceMapFilename: '[file].map',
|
||||
devtoolModuleFilenameTemplate: 'webpack:///[resource-path]', // string
|
||||
devtoolFallbackModuleFilenameTemplate: 'webpack:///[resource-path]?[hash]', // string
|
||||
umdNamedDefine: true
|
||||
umdNamedDefine: true,
|
||||
globalObject: 'this'
|
||||
},
|
||||
|
||||
performance: { hints: false },
|
||||
|
|
Loading…
Reference in a new issue