Skip to content

Commit

Permalink
Add .babelrc to .npmignore
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
fson committed Dec 6, 2015
1 parent 2a618e8 commit 7e2a478
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ src
test
examples
coverage
.babelrc

0 comments on commit 7e2a478

Please sign in to comment.