瀏覽代碼

Update Config

sebavan 6 年之前
父節點
當前提交
2fe674c3b5
共有 1 個文件被更改,包括 2 次插入20 次删除
  1. 2 20
      Tools/Gulp/config.json

+ 2 - 20
Tools/Gulp/config.json

@@ -25,24 +25,7 @@
         ],
         "typedocEntryPoint": ["\"babylon.d\"", "BABYLON"],
         "typedocJSON": "../../.temp/babylon.typedoc.json",
-        "typedocValidationBaseline": "../../dist/preview release/typedocValidationBaseline.json",
-        "dependencies": [
-            {
-                "name": "CANNON",
-                "module": "cannon",
-                "optional": true
-            },
-            {
-                "name": "OIMO",
-                "module": "oimo",
-                "optional": true
-            },
-            {
-                "name": "earcut",
-                "module": "earcut",
-                "optional": true
-            }
-        ]
+        "typedocValidationBaseline": "../../dist/preview release/typedocValidationBaseline.json"
     },
     "modules": [
         "core",
@@ -498,8 +481,7 @@
             {
                 "output": "babylon.inspector.bundle.js",
                 "maxOutput": "babylon.inspector.bundle.max.js",
-                "entry": "./legacy/legacy.ts",
-                "extendsRoot": true
+                "entry": "./legacy/legacy.ts"
             }
         ],
         "build": {