diff options
Diffstat (limited to '.babelrc')
-rw-r--r-- | .babelrc | 16 |
1 files changed, 2 insertions, 14 deletions
@@ -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 |