Skip to content

Commit f74ab77

Browse files
committed
Update webpack.config.js
1 parent 61c0e1c commit f74ab77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +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),
33+
"typeof PLUGIN_3D": JSON.stringify(false),
3434
"typeof PLUGIN_CAMERA3D": JSON.stringify(false),
3535
"typeof PLUGIN_FBINSTANT": JSON.stringify(false),
3636
"typeof FEATURE_SOUND": JSON.stringify(true)

0 commit comments

Comments
 (0)