From 15e5fb69512c32bb8112308ee120efa361b83ce2 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 22 Jun 2018 16:17:24 +0300 Subject: [PATCH] chore(babel) fast-async: generators -> promises --- .babelrc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.babelrc b/.babelrc index 48f399f2..b5a9ba48 100644 --- a/.babelrc +++ b/.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", ] }