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

Ignore .babelrc through .npmignore to fix issue with react-native #47

Merged
merged 1 commit into from May 23, 2016

Conversation

ZauberNerd
Copy link
Contributor

Ignore .babelrc through .npmignore to fix issue with react-native packager.

The react-native packager searches through all directories and parses
.babelrc config files if it finds any. This breaks the builds if these
.babelrc files are either for babel 5 or if they contain plugins unknown
to the parent project.

@see: facebook/react-native#4062

…kager

The react-native packager searches through all directories and parses
.babelrc config files if it finds any. This breaks the builds if these
.babelrc files are either for babel 5 or if they contain plugins unknown
to the parent project.

@see: facebook/react-native#4062
@RealOrangeOne RealOrangeOne merged commit 3332e5c into RealOrangeOne:master May 23, 2016
@RealOrangeOne
Copy link
Owner

Nice catch! Definitely something that needed to be changed!

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

Successfully merging this pull request may close these issues.

None yet

2 participants