mantrajs / mantra-sample-blog-app

A sample blog app built with Mantra
http://mantra-sample-blog-app.herokuapp.com/
MIT License
296 stars 104 forks source link

can i use async/await keywork ES7 with mantra and meteor 1.3 ? #73

Closed lyquocnam closed 8 years ago

lyquocnam commented 8 years ago

can i use async/await keywork ES7 with mantra and meteor 1.3 ? i see we have .babelrc file so i try to use async and await but they not compile. any solution ?

arunoda commented 8 years ago

This .babelrc is for testing. It's not for the Meteor app. Not sure, Meteor supports it or not.

But it'll be soon.