Explorar el Código

[ADD] babelrc

Gogs hace 7 años
padre
commit
15d4841fa6
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  1. 10 0
      .babelrc

+ 10 - 0
.babelrc

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