-
Notifications
You must be signed in to change notification settings - Fork 801
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-hot-loader@v3 breaks babel-plugins #660
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Upgrading to "react-hot-loader": "v3.0.0" is causing conflict with other babel-plugins.
It was working fine until I installed babel-preset-stage-2 and added it to my .babelrc
npm install --save-dev babel-preset-stage-2
&&
After I added "stage-2" to my presets and tried to start my server, I received this error:
Downgrading react-hot-loader back to v3.0.0-beta.7 fixed the issue and now I can use the stage-2 preset along with react-hot-loader.
I also tried installing babel-plugin-transform-class-properties and adding it to my plugins (in stead of the babel preset) and received the same error
The text was updated successfully, but these errors were encountered: