diff options
Diffstat (limited to '.babelrc')
-rw-r--r-- | .babelrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ { "presets": [], "plugins": [ - "async-to-promises", + "./babel-plugin-async-to-promises/lib/index.js", "./babel-import-promise/babel-import-promise.mjs" ] }
\ No newline at end of file |