alamo

Results 3 comments of alamo

You get this kind of error because `import` is an ES6 feature and not available unless transpiled with something like babel. To just start my app, I have something like...

@ianchanning thanks for confirming what I suspected. In the meantime I've moved on to simply using the Meteor-provided accounts functions to let users sign up / sign in / log...