We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When doing npm install getting the below warning
npm WARN deprecated [email protected]: 🙌 Thanks for using Babel: we recommend using babel-preset-env now: please read babeljs.io/env to update!
Looks like need to use babel-preset-env. However I think to be able use, it needs babel >= 7 which in turns webpack to be updated to v2.
babel-preset-env
babel >= 7
webpack
react-hot-loader v1.x is no longer supported as well.
react-hot-loader
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Fixes AdeleD#157 AdeleD#149 AdeleD#188 Update dev dependencies
1d783cd
Use Webpack v4 and last Babel versions
No branches or pull requests
When doing npm install getting the below warning
Looks like need to use
babel-preset-env
. However I think to be able use, it needsbabel >= 7
which in turnswebpack
to be updated to v2.react-hot-loader
v1.x is no longer supported as well.The text was updated successfully, but these errors were encountered: