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