Skip to content

[React Native] Upgrading to Babel 6 and/or adding .babelrc to .npmignore #1033

Closed
@ide

Description

@ide

React Native will be shipping with Babel 6 in about three weeks. One consequence of this is that Babel finds .babelrc in node_modules/redux and tries to consume it -- since Redux is using Babel 5's configuration, this causes Babel 6 to crash. The current verdict is that packages will have to exclude .babelrc when distributed through npm: facebook/react-native#4062.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions