Jelajahi Sumber

Fix babel config for tests

Garrett Johnson 4 tahun lalu
induk
melakukan
137d5e50d4
1 mengubah file dengan 10 tambahan dan 1 penghapusan
  1. 10 1
      babel.config.json

+ 10 - 1
babel.config.json

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