-
Notifications
You must be signed in to change notification settings - Fork 67
Webpack with Babel 6 causes errors because of .babelrc files #42
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
Comments
See the solution. If for some reason, you need babel to process |
OK, thanks, this works, I wasn't realizing that my node_modules was processed by Babel. Still, should these .babelrc files (being incompatible with Babel6 AFAICS) be there? They are the only .babelrc files in my whole node_modules tree... |
Recent versions of |
Also you definitely shouldn’t be transpiling third-party modules with Babel. All kinds of stuff can break. |
Using webpack (with babel-loader) causes errors like "Using removed Babel 5 option". Removing or renaming all (5) .babelrc files in the node_modules/redux-devtools-log-monitor tree solves this problem.
The text was updated successfully, but these errors were encountered: