Gogs 7 anni fa
parent
commit
15d4841fa6
1 ha cambiato i file con 10 aggiunte e 0 eliminazioni
  1. 10 0
      .babelrc

+ 10 - 0
.babelrc

@@ -0,0 +1,10 @@
+{
+    "presets": [
+        [
+            "env", {
+                "modules": false
+            }
+        ],
+        "stage-2"
+    ]
+}