Add babel plugins

It’s possible to configure babel compiler in meteor?
I’ve created .babelrc but looks like it has been ignored by meteor.

According to the documentation .babelrc file should be loaded by the compiler, so it’s either a bug or you have something misconfigured. I assume you do have ecmascript package added to your project?

@M4v3R I’ve tried with ecmascript and without it - all the same. May the problem be in coffeesript package? If i use coffeesript will babel still process my js code?

I’m think Babel compiler doesn’t work with coffeescript (though you would have to double check to make sure).

I’ve removed coffeescript package from my project and nothing changed.
If i put

{
  blabla
}

into .babelrc, my project still compiles well without any errors/warnings.