فهرست منبع

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