Browse Source

update babel.config.json

Garrett Johnson 4 years ago
parent
commit
3ef36b5736
1 changed files with 1 additions and 10 deletions
  1. 1 10
      babel.config.json

+ 1 - 10
babel.config.json

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