Browse Source

Fix babel config for tests

Garrett Johnson 4 năm trước cách đây
mục cha
commit
137d5e50d4
1 tập tin đã thay đổi với 10 bổ sung1 xóa
  1. 10 1
      babel.config.json

+ 10 - 1
babel.config.json

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