-
Notifications
You must be signed in to change notification settings - Fork 1k
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
.babelrc should not be in npm repo #43
Comments
+1 More discussion about this in facebook/react-native#4062 |
(Note: it's not so much our bug as RN tooling issue. But I'm happy to push an update soon!) |
This should actually have already been fixed as of 1.0.2. |
@gaearon thanks for your update. |
jluxenberg
added a commit
to jluxenberg/redux-multi
that referenced
this issue
Oct 24, 2017
react-native projects use Babel 6, is incompatible with this project's .babelrc. The babelrc file for an npm module should not be in the npm package at all, since transpilation should be done before publishing to npm, so we add .babelrc file to the npmignore file. See similar issue in redux-thunk for more details reduxjs/redux-thunk#43
anru
added a commit
to anru/utils.js
that referenced
this issue
Jun 29, 2018
for details see reduxjs/redux-thunk#43
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think
babelrc
is being published in npm which causesreact-native
app's to crash! It has been fixed in react-redux and redux. However this bug still exists in this module.The text was updated successfully, but these errors were encountered: