chore(babel) fast-async: generators -> promises

This commit is contained in:
coderaiser 2018-06-22 16:17:24 +03:00
parent 133c1484f6
commit 15e5fb6951

View file

@ -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",
]
}