浏览代码

[ADD] babelrc

Gogs 7 年之前
父节点
当前提交
15d4841fa6
共有 1 个文件被更改,包括 10 次插入0 次删除
  1. 10 0
      .babelrc

+ 10 - 0
.babelrc

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