瀏覽代碼

删除 'babel.config.json'

sifu-gogs 2 年之前
父節點
當前提交
49f4980e80
共有 1 個文件被更改,包括 0 次插入20 次删除
  1. 0 20
      babel.config.json

+ 0 - 20
babel.config.json

@@ -1,20 +0,0 @@
-{
-    "presets": [
-      [
-        "@babel/preset-env",
-        {
-          "useBuiltIns": "usage",
-          "debug": false,
-          "corejs": 3
-        }
-      ]
-    ],
-    "plugins": [
-      [
-        "@babel/plugin-transform-runtime",
-        {
-          "corejs": 3
-        }
-      ]
-    ]
-  }