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

Babel 6 Changes not in npm #2

Closed
dehamilton opened this issue Feb 16, 2016 · 1 comment
Closed

Babel 6 Changes not in npm #2

dehamilton opened this issue Feb 16, 2016 · 1 comment

Comments

@dehamilton
Copy link

Hi,

I'm pulling this package through redux-devtools-themes but getting a Babel error due to the .babelrc file still containing Babel 5 preset syntax although the .babelrc file is updated here. Maybe the recent changes weren't published to npm?

Thanks.

@gaearon
Copy link
Owner

gaearon commented Feb 17, 2016

The underlying problem is that you should not be transforming node_modules with Babel.
It is usually unnecessary, really slow, and causes issues like this.

I should remove .babelrc from npm distribution, but it shouldn’t matter to your build.

@gaearon gaearon closed this as completed Feb 17, 2016
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

2 participants