浏览代码

Fix babel config for tests

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

+ 10 - 1
babel.config.json

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