瀏覽代碼

adding inspector as optional dependency

Raanan Weber 7 年之前
父節點
當前提交
f5c1775aaa
共有 1 個文件被更改,包括 5 次插入0 次删除
  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
             }
         ]
     },