Closed
Description
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.