Переглянути джерело

删除 '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
-        }
-      ]
-    ]
-  }