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

Upgrade babel-preset-react-app to v2 #730

Conversation

fstoerkle
Copy link

@fstoerkle fstoerkle commented Mar 23, 2017

Upgrade babel-preset-react-app to version 2.x.x, which uses babel-preset-env instead of the deprecated babel-preset-latest.

This enables depending modules to get rid of the following warning on npm install (when using the @kadira/storybook module).

npm WARN deprecated [email protected]: 💥  preset-latest accomplishes the same task as babel-preset-env. 🙏  Please install it with 'npm install babel-preset-env --save-dev'. '{ "presets": ["latest"] }' to '{ "presets": ["env"] }'. For more info, please check the docs: http://babeljs.io/docs/plugins/preset-env 👌. And let us know how you're liking Babel at @babeljs on 🐦

@ndelangen ndelangen self-assigned this Mar 28, 2017
@SavePointSam
Copy link

Haha. I just came here to post this!

@ndelangen
Copy link
Member

@fstoerkle I want to thank you for your contribution! I'm working on a large shift in a new repo and have actually updated/upgraded every single dependency we have to the latest. So that includes babel, webpack everything. I hope you don't mind me closing this PR.

Copy link

nx-cloud bot commented May 21, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 467fc4c. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 1 target

Sent with 💌 from NxCloud.

@fstoerkle fstoerkle deleted the upgrade-babel-preset-react-app-to-v2 branch June 12, 2024 13:41
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

Successfully merging this pull request may close these issues.

4 participants