mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 04:33:31 +00:00
Include new WEBGL_DEBUG build flag
This commit is contained in:
parent
d909af6b62
commit
b374ce6b1c
2 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,7 @@ module.exports = {
|
|||
new webpack.DefinePlugin({
|
||||
"typeof CANVAS_RENDERER": JSON.stringify(true),
|
||||
"typeof WEBGL_RENDERER": JSON.stringify(true),
|
||||
"typeof WEBGL_DEBUG": JSON.stringify(true),
|
||||
"typeof EXPERIMENTAL": JSON.stringify(true),
|
||||
"typeof PLUGIN_3D": JSON.stringify(false),
|
||||
"typeof PLUGIN_CAMERA3D": JSON.stringify(false),
|
||||
|
|
|
@ -52,6 +52,7 @@ module.exports = {
|
|||
new webpack.DefinePlugin({
|
||||
"typeof CANVAS_RENDERER": JSON.stringify(true),
|
||||
"typeof WEBGL_RENDERER": JSON.stringify(true),
|
||||
"typeof WEBGL_DEBUG": JSON.stringify(false),
|
||||
"typeof EXPERIMENTAL": JSON.stringify(false),
|
||||
"typeof PLUGIN_3D": JSON.stringify(false),
|
||||
"typeof PLUGIN_CAMERA3D": JSON.stringify(false),
|
||||
|
|
Loading…
Reference in a new issue