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

Commits on Dec 6, 2015

  1. Add .babelrc to .npmignore

    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 committed Dec 6, 2015
    Configuration menu
    Copy the full SHA
    7e2a478 View commit details
    Browse the repository at this point in the history