Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unclear documentation for babelrc option #2054

Open
benmccann opened this issue Jul 4, 2019 · 5 comments
Open

Unclear documentation for babelrc option #2054

benmccann opened this issue Jul 4, 2019 · 5 comments

Comments

@benmccann
Copy link

benmccann commented Jul 4, 2019

The docs for babelrc option do not clearly specify what happens when babelrc: false. Does it stop searching up the directory tree and look just for a single file or does it stop using babelrc files altogether?

It's not behaving the way I'd expect and I'm not sure if that's because it's broken as many people have reported or if it's because I'm making some wrong assumptions about how it should work

@babel-bot
Copy link
Contributor

Hey @benmccann! We really appreciate you taking the time to report an issue. The collaborators
on this project attempt to help as many people as possible, but we're a limited number of volunteers,
so it's possible this won't be addressed swiftly.

If you need any help, or just have general Babel or JavaScript questions, we have a vibrant Slack
community
that typically always has someone willing to help. You can sign-up here
for an invite.

@nicolo-ribaudo
Copy link
Member

It should disable loading of any babelrc file. Which behavior are you seeing?

@benmccann
Copy link
Author

Ok. I have a babelrc and when I change its contents, it still has an effect eventhough I've set babelrc: false. Other users have reported babelrc: false not working as well

@natew
Copy link

natew commented Oct 25, 2019

I see it loading the babelrc still

@nicolo-ribaudo
Copy link
Member

Could you share a repository which shows the bug?

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

No branches or pull requests

4 participants