Pārlūkot izejas kodu

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 gadi atpakaļ
vecāks
revīzija
b191106eec
1 mainītis faili ar 5 papildinājumiem un 0 dzēšanām
  1. 5 0
      .babelrc

+ 5 - 0
.babelrc

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