Ver código fonte

babel.config.json -> babel.config.js

Garrett Johnson 5 anos atrás
pai
commit
a3b755e68d
2 arquivos alterados com 22 adições e 22 exclusões
  1. 0 22
      babel.config.js
  2. 22 0
      babel.config.json

+ 0 - 22
babel.config.js

@@ -1,22 +0,0 @@
-module.exports = {
-
-	presets: [
-
-		[
-
-			'@babel/preset-env',
-			{
-
-		  		targets: {
-
-					node: 'current',
-
-				},
-
-			},
-
-		],
-
-	],
-
-};

+ 22 - 0
babel.config.json

@@ -0,0 +1,22 @@
+{
+
+	"presets": [
+
+		[
+
+			"@babel/preset-env",
+			{
+
+		  		"targets": {
+
+					"node": "current"
+
+				}
+
+			}
+
+		]
+
+	]
+
+}