소스 검색

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"
-        ]
-      ]
-    }
-  }
-}