Browse Source

[ADD] babelrc

Gogs 7 years ago
parent
commit
15d4841fa6
1 changed files with 10 additions and 0 deletions
  1. 10 0
      .babelrc

+ 10 - 0
.babelrc

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