Explorar o código

Babel 7 compatibility.

Usable as non-transpiled module in `node_modules`
of respective clients, which must add
"include" and "babelrcRoots" accordingly.
Herby Vojčík %!s(int64=6) %!d(string=hai) anos
pai
achega
68303b13a1
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      .babelrc

+ 5 - 0
.babelrc

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