소스 검색

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 년 전
부모
커밋
b191106eec
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      .babelrc

+ 5 - 0
.babelrc

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