Skip to content
This repository has been archived by the owner on Oct 2, 2021. It is now read-only.

babelrc ignore doesn not work. #16

Open
aruntk opened this issue May 2, 2017 · 2 comments
Open

babelrc ignore doesn not work. #16

aruntk opened this issue May 2, 2017 · 2 comments

Comments

@aruntk
Copy link

aruntk commented May 2, 2017

.babelrc

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

This does not seem to be working.

@krismeister
Copy link

krismeister commented Jun 11, 2017

Agreed, this is a very basic configuration file and it does not work. I'm using [email protected]

This feature request would provide similar functionality to bablerc ignore meteor/meteor-feature-requests#5

@zimme
Copy link

zimme commented Jun 11, 2017

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants