3
0
Преглед на файлове

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"
+  ]
+}