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-preset-es2015 deprecated #60

Closed
pilarArr opened this issue Sep 20, 2017 · 1 comment
Closed

babel-preset-es2015 deprecated #60

pilarArr opened this issue Sep 20, 2017 · 1 comment
Assignees
Labels

Comments

@pilarArr
Copy link
Contributor

npm WARN deprecated babel-preset-es2015@6.24.1

This is the statement when doing the install through npm

We're super 😸 excited that you're trying to use ES2015 syntax, but instead of making more yearly presets 😭 , Babel now has a better preset that we recommend you use instead: npm install babel-preset-env --save-dev. preset-env without options will compile ES2015+ down to ES5 just like using all the presets together and thus is more future proof. It also allows you to target specific browsers so that Babel can do less work and you can ship native ES2015+ to user 😎 ! We are also in the process of releasing v7, so please give http://babeljs.io/blog/2017/09/12/planning-for-7.0 a read and help test it out in beta! Thanks so much for using Babel 🙏, please give us a follow on Twitter @babeljs for news on Babel, join slack.babeljs.io for discussion/development and help support the project at opencollective.com/babel

@pilarArr pilarArr changed the title babel-preset-es2015 deprecated babel-preset-es2015 deprecated Sep 20, 2017
@cleverbeagle
Copy link
Owner

Saw this pop up on a project the other day. Obviously would be smart for us to make the shift. Going to flag this as a refactor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants