浏览代码

Remove .babelrc

Naotoshi Fujita 2 年之前
父节点
当前提交
bd89c02b96
共有 1 个文件被更改,包括 0 次插入20 次删除
  1. 0 20
      .babelrc

+ 0 - 20
.babelrc

@@ -1,20 +0,0 @@
-{
-  "presets": [
-    [
-      "@babel/env",
-      {
-        "modules": false,
-        "loose": true
-      }
-    ]
-  ],
-  "env": {
-    "test": {
-      "presets": [
-        [
-          "@babel/env"
-        ]
-      ]
-    }
-  }
-}