ソースを参照

Prevent ES6 sandbox Build

sebavan 5 年 前
コミット
ae693f0e7f
1 ファイル変更2 行追加3 行削除
  1. 2 3
      Tools/Config/config.json

+ 2 - 3
Tools/Config/config.json

@@ -60,8 +60,7 @@
         "gui",
         "gui",
         "inspector",
         "inspector",
         "viewer",
         "viewer",
-        "nodeEditor",
-        "sandbox"
+        "nodeEditor"
     ],
     ],
     "lintModules": [
     "lintModules": [
         "core",
         "core",
@@ -823,4 +822,4 @@
             "legacyPackageOutputDirectory": "../../../Viewer/build/assets/"
             "legacyPackageOutputDirectory": "../../../Viewer/build/assets/"
         }
         }
     }
     }
-}
+}