mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(babel) fast-async: generators -> promises
This commit is contained in:
parent
133c1484f6
commit
15e5fb6951
1 changed files with 6 additions and 1 deletions
7
.babelrc
7
.babelrc
|
|
@ -10,7 +10,12 @@
|
|||
"@babel/plugin-transform-object-assign",
|
||||
"@babel/plugin-proposal-object-rest-spread",
|
||||
"@babel/plugin-syntax-dynamic-import",
|
||||
"module:fast-async",
|
||||
["module:fast-async", {
|
||||
"compiler": {
|
||||
"generators": false,
|
||||
"runtimePatter": ".js"
|
||||
}
|
||||
}],
|
||||
"module:babel-plugin-macros",
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue