tomitrescak / meteor-mantra-redux-graphql

Meteor Boilerplate for Mantra + Redux + GraphQL
MIT License
21 stars 5 forks source link

Issue with gadicc:ecmascript-hot? #1

Closed kokjinsam closed 8 years ago

kokjinsam commented 8 years ago

hey @tomitrescak , I see that you're using gadicc:ecmascript-hot and apollo. I wonder if you have encountered any problems like mine here. I'm aware that you had similar issue but the cause was different.

tomitrescak commented 8 years ago

No, not really:/ all works fine when I get rid of typescript :/

kokjinsam commented 8 years ago

hey, thanks for telling me. I think I found the culprit: babel-plugin-transform-async-to-generator in babel-preset-stage-0.

tomitrescak commented 8 years ago

So how did you solve it? Would be interesting to know

kokjinsam commented 8 years ago

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.