-
Notifications
You must be signed in to change notification settings - Fork 700
ran babel-upgrade to keep up with beta #125
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
Conversation
|
Closes #126 |
| "@babel/env" | ||
| /* | ||
| Babel uses these "presets" to know how to transpile your Javascript code. Here's what we're saying with these: | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is there a reason for losing this line break? It seems arbitrary.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, just a copy/paste issue when putting the .babelrc back together.
glebec
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This upgrades a lot of seemingly-unrelated packages. Are we concerned about that?
|
I am ambivalent re: the other package updates. In theory they are all minor upgrades, but that's no guarantee. Our micro test-suite passes... so do we feel good about that? ( This is a potential argument a blessed grace-shopper solution with tests that can stand as a QA tool for boilermaker upgrades. ) |
|
I feel similarly. Just wanted to bring it up as a sanity check. |
* ran babel-upgrade to keep up with beta * restore whitespace in .babelrc comments
We had a stackathon student run into deprecation warnings for the
stage-*babel presets.Looks like those preset bundles are on the way out in favor of explicit opt-in.
I ran the codemod from babel: https://github.com/babel/babel-upgrade
And this is the result.