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

.babelrc cause error on babel6 #49

Closed
tdzl2003 opened this issue Dec 21, 2015 · 11 comments
Closed

.babelrc cause error on babel6 #49

tdzl2003 opened this issue Dec 21, 2015 · 11 comments

Comments

@tdzl2003
Copy link

There is a .babelrc published on npm, which is configured for babel5. It will cause error on babel 6, like react-native >=0.16.0

Is it ok to add it into '.npmignore' and does not publish it on npm?

@alvaromb
Copy link

Same here!

@despairblue
Copy link

Here is a workaround.

@tdzl2003
Copy link
Author

tdzl2003 commented Jan 4, 2016

This workaround is only for *nix system and it will broke some module that exported with ES6.
I have my own workaround on my project, but it will be better to not publish it to npm

@despairblue
Copy link

I have my own workaround on my project, but it will be better to not publish it to npm

Though sharing it in any other way might still help other people who end up here while searching for a solution.

@john916zhang
Copy link

+1

@adrienbrault
Copy link

:(

@marcelklehr
Copy link

Same here, please add .babelrc to .npmignore or else fix it.

@acdlite
Copy link
Contributor

acdlite commented Jan 19, 2016

Oops! Fixed in 0.9.1

@acdlite acdlite closed this as completed Jan 19, 2016
@marcelklehr
Copy link

marcelklehr commented Jan 19, 2016 via email

@alvaromb
Copy link

The fix doesn't work for me, I think it's due to this other issue redux-utilities/flux-standard-action#24

@tantou
Copy link

tantou commented Jan 27, 2016

The fix doesn't work for me too, caused by the flux-standard-action

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

8 participants