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

don't try to read missing .babelrc file #744

Merged
merged 1 commit into from
Nov 26, 2015

Conversation

laurelnaiad
Copy link

Conditional to proceed or not after seeking .babelrc was not
couched in else nor returning, and therefore was both resolve(babel)ing as well
as going and trying to read the non-existent file.

Don't try to read the non-existent file.

Closes #742

Conditional to proceed or not after seeking .babelrc was not
couched in else, and therefore was both resolve(babel)ing as well
as going and trying to read the non-existent file.

Don't try to read the non-existent file.

Closes TypeStrong#742
@basarat
Copy link
Member

basarat commented Nov 26, 2015

Sweet 🍬 : I'll do a release soon 🌹

/cc @david-driscoll

basarat added a commit that referenced this pull request Nov 26, 2015
don't try to read missing .babelrc file
@basarat basarat merged commit 4d7f01f into TypeStrong:master Nov 26, 2015
@basarat
Copy link
Member

basarat commented Nov 26, 2015

@TypeStrong TypeStrong locked and limited conversation to collaborators Jan 20, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

babel compile fails if no .babelrc
2 participants