diff options
| author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-09-17 23:32:20 +0800 |
|---|---|---|
| committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-09-17 23:32:20 +0800 |
| commit | 4cad0fbeb52a1e71a82155045ce00076208013f5 (patch) | |
| tree | 98290c18ffea75e2547f5c3c6f6bf82d2ccf11aa /.babelrc | |
| parent | 431e4fc9d1657a50ebc34b8ac24f9bfaea06417f (diff) | |
| download | SoopyV2-4cad0fbeb52a1e71a82155045ce00076208013f5.tar.gz SoopyV2-4cad0fbeb52a1e71a82155045ce00076208013f5.tar.bz2 SoopyV2-4cad0fbeb52a1e71a82155045ce00076208013f5.zip | |
FINALLY ITS WORKING
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 |
