aboutsummaryrefslogtreecommitdiff
path: root/.babelrc
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-09-18 21:29:52 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-09-18 21:29:52 +0800
commit420779f515ca2df3cde7b8f6f383f9ead8e127a6 (patch)
treea19be2bdb5474a30d3087396b5775548deca97e0 /.babelrc
parent7cece8c872a744fc23be029510bd0a9dfd168c25 (diff)
downloadSoopyV2-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--.babelrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.babelrc b/.babelrc
index f9416f5..53dd583 100644
--- a/.babelrc
+++ b/.babelrc
@@ -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