aboutsummaryrefslogtreecommitdiff
path: root/.babelrc
diff options
context:
space:
mode:
Diffstat (limited to '.babelrc')
-rw-r--r--.babelrc16
1 files changed, 2 insertions, 14 deletions
diff --git a/.babelrc b/.babelrc
index a3a664b..f9416f5 100644
--- a/.babelrc
+++ b/.babelrc
@@ -1,19 +1,7 @@
{
"presets": [],
"plugins": [
- [
- "module:fast-async",
- {
- "env": {
- "log": false
- },
- "compiler": {
- "promises": false,
- "generators": false
- },
- "runtimePattern": null,
- "useRuntimeModule": false
- }
- ]
+ "async-to-promises",
+ "./babel-import-promise/babel-import-promise.mjs"
]
} \ No newline at end of file