Closed kokjinsam closed 8 years ago
No, not really:/ all works fine when I get rid of typescript :/
hey, thanks for telling me. I think I found the culprit: babel-plugin-transform-async-to-generator
in babel-preset-stage-0
.
So how did you solve it? Would be interesting to know
I removed babel-preset-stage-0
and manually added back everything in the preset except babel-plugin-transform-async-to-generator
and babel-plugin-syntax-async-to-generator
. I think Meteor 1.3 handles async / await for us already.
hey @tomitrescak , I see that you're using
gadicc:ecmascript-hot
andapollo
. I wonder if you have encountered any problems like mine here. I'm aware that you had similar issue but the cause was different.