Sfoglia il codice sorgente

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

Garrett Johnson 5 anni fa
parent
commit
a3b755e68d
2 ha cambiato i file con 22 aggiunte e 22 eliminazioni
  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"
+
+				}
+
+			}
+
+		]
+
+	]
+
+}