浏览代码

Babel 7 compatibility.

Usable as non-transpiled module in `node_modules`
of respective clients, which must add
"include" and "babelrcRoots" accordingly.
Herby Vojčík 6 年之前
父节点
当前提交
68303b13a1
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      .babelrc

+ 5 - 0
.babelrc

@@ -0,0 +1,5 @@
+{
+  "presets": [
+    "@babel/preset-env"
+  ]
+}