Selaa lähdekoodia

Fix babel config for tests

Garrett Johnson 4 vuotta sitten
vanhempi
commit
137d5e50d4
1 muutettua tiedostoa jossa 10 lisäystä ja 1 poistoa
  1. 10 1
      babel.config.json

+ 10 - 1
babel.config.json

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