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

Add .babelrc to .npmignore #6

Merged
merged 1 commit into from
Dec 6, 2015
Merged

Add .babelrc to .npmignore #6

merged 1 commit into from
Dec 6, 2015

Conversation

fson
Copy link
Member

@fson fson commented Dec 6, 2015

Latest versions of react-native use Babel 6, which tries to read the
options from .babelrc in the installed reindex-js package and fails
because it has options for Babel 5. As a fix to this, remove .babelrc
from the published package by adding it to .npmignore.
(See: facebook/react-native#4062)

Latest versions of react-native use Babel 6, which tries to read the
options from .babelrc in the installed reindex-js package and fails
because it has options for Babel 5. As a fix to this, remove .babelrc
from the published package by adding it to .npmignore.
(See: facebook/react-native#4062)
fson added a commit that referenced this pull request Dec 6, 2015
@fson fson merged commit ed31c80 into master Dec 6, 2015
@fson fson deleted the npmignore-babelrc branch December 6, 2015 12:43
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.

1 participant