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