浏览代码

update babel.config.json

Garrett Johnson 4 年之前
父节点
当前提交
3ef36b5736
共有 1 个文件被更改,包括 1 次插入10 次删除
  1. 1 10
      babel.config.json

+ 1 - 10
babel.config.json

@@ -4,16 +4,7 @@
 
 		[
 
-			"@babel/preset-env",
-			{
-
-		  		"targets": {
-
-					"node": "current"
-
-				}
-
-			}
+			"@babel/preset-env"
 
 		]