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

React Native: Unknown option: <project>/node_modules/redux-recycle/.babelrc.stage #3

Closed
tomkur opened this issue Feb 20, 2016 · 4 comments

Comments

@tomkur
Copy link

tomkur commented Feb 20, 2016

Happens during transformation by React Native packager, more specifically:

Error while persisting cache: TransformError: <project>/node_modules/redux-recycle/lib/index.js: [BABEL] <project>/node_modules/redux-recycle/lib/index.js: Unknown option: <project>/node_modules/redux-recycle/.babelrc.stage

This is probably due to RN 0.16 and higher using Babel 6 where stage option was replaced.

@omnidan
Copy link
Owner

omnidan commented Feb 20, 2016

@tomkur would you mind doing a PR for this? 😁 If not I'll try to have a look at it tomorrow 😉

@steida
Copy link

steida commented Feb 20, 2016

@tomkur
Copy link
Author

tomkur commented Feb 20, 2016

@omnidan by following link provided by @steida I've noticed this thread, so it seems it's a bigger problem and I'm not sure what's the appropriate solution here.

@steida thanks for the workaround!

@omnidan
Copy link
Owner

omnidan commented Feb 21, 2016

@tomkur I just think .babelrc needs to be updated - it's already done in redux-undo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants