Browse Source

adding inspector as optional dependency

Raanan Weber 7 năm trước cách đây
mục cha
commit
f5c1775aaa
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      Tools/Gulp/config.json

+ 5 - 0
Tools/Gulp/config.json

@@ -37,6 +37,11 @@
                 "name": "earcut",
                 "module": "earcut",
                 "optional": true
+            },
+            {
+                "name": "INSPECTOR",
+                "module": "babylonjs-inspector",
+                "optional": true
             }
         ]
     },