meteor / babel

Babel wrapper package for use with Meteor
Other
46 stars 20 forks source link

babelrc ignore doesn not work. #16

Open aruntk opened 7 years ago

aruntk commented 7 years ago

.babelrc

{
  "ignore": [
    "imports/do-not-babel.js"
  ]
}

This does not seem to be working.

krismeister commented 7 years ago

Agreed, this is a very basic configuration file and it does not work. I'm using METEOR@1.4.4.3

This feature request would provide similar functionality to bablerc ignore https://github.com/meteor/meteor-feature-requests/issues/5

zimme commented 7 years ago

I do believe this should be solved separate from meteor/meteor-feature-requests#5. i.e. even if the build system get imports/do-not-babel.js the ecmascript package should be ignoring it instead.