diff options
Diffstat (limited to '.babelrc')
-rw-r--r-- | .babelrc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.babelrc b/.babelrc new file mode 100644 index 0000000..f9416f5 --- /dev/null +++ b/.babelrc @@ -0,0 +1,7 @@ +{ + "presets": [], + "plugins": [ + "async-to-promises", + "./babel-import-promise/babel-import-promise.mjs" + ] +}
\ No newline at end of file |