Skip to content

Commit 0a8252b

Browse files
committed
Updated Webpack configs to support Layer3D Plugin
1 parent 9afaf5f commit 0a8252b

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

config/webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ module.exports = {
3030
"typeof CANVAS_RENDERER": JSON.stringify(true),
3131
"typeof WEBGL_RENDERER": JSON.stringify(true),
3232
"typeof EXPERIMENTAL": JSON.stringify(true),
33+
"typeof PLUGIN_3D": JSON.stringify(true),
3334
"typeof PLUGIN_CAMERA3D": JSON.stringify(false),
3435
"typeof PLUGIN_FBINSTANT": JSON.stringify(false),
3536
"typeof FEATURE_SOUND": JSON.stringify(true)

config/webpack.dist.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ module.exports = {
4949
"typeof CANVAS_RENDERER": JSON.stringify(true),
5050
"typeof WEBGL_RENDERER": JSON.stringify(true),
5151
"typeof EXPERIMENTAL": JSON.stringify(false),
52+
"typeof PLUGIN_3D": JSON.stringify(true),
5253
"typeof PLUGIN_CAMERA3D": JSON.stringify(false),
5354
"typeof PLUGIN_FBINSTANT": JSON.stringify(false),
5455
"typeof FEATURE_SOUND": JSON.stringify(true)

config/webpack.fb.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ module.exports = {
3030
"typeof CANVAS_RENDERER": JSON.stringify(true),
3131
"typeof WEBGL_RENDERER": JSON.stringify(true),
3232
"typeof EXPERIMENTAL": JSON.stringify(false),
33+
"typeof PLUGIN_3D": JSON.stringify(true),
3334
"typeof PLUGIN_CAMERA3D": JSON.stringify(false),
3435
"typeof PLUGIN_FBINSTANT": JSON.stringify(true),
3536
"typeof FEATURE_SOUND": JSON.stringify(true)

config/webpack.fb.dist.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ module.exports = {
4646
"typeof CANVAS_RENDERER": JSON.stringify(true),
4747
"typeof WEBGL_RENDERER": JSON.stringify(true),
4848
"typeof EXPERIMENTAL": JSON.stringify(false),
49+
"typeof PLUGIN_3D": JSON.stringify(true),
4950
"typeof PLUGIN_CAMERA3D": JSON.stringify(false),
5051
"typeof PLUGIN_FBINSTANT": JSON.stringify(true),
5152
"typeof FEATURE_SOUND": JSON.stringify(true)

0 commit comments

Comments
 (0)