diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-09-18 21:29:52 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-09-18 21:29:52 +0800 |
commit | 420779f515ca2df3cde7b8f6f383f9ead8e127a6 (patch) | |
tree | a19be2bdb5474a30d3087396b5775548deca97e0 /.babelrc | |
parent | 7cece8c872a744fc23be029510bd0a9dfd168c25 (diff) | |
download | SoopyV2-420779f515ca2df3cde7b8f6f383f9ead8e127a6.tar.gz SoopyV2-420779f515ca2df3cde7b8f6f383f9ead8e127a6.tar.bz2 SoopyV2-420779f515ca2df3cde7b8f6f383f9ead8e127a6.zip |
+ swap promises to use arrow function for correct 'this' context
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 |