-
-
Notifications
You must be signed in to change notification settings - Fork 226
Upgrade to Babel 7 #327
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 to Babel 7 #327
Conversation
| "@babel/preset-env", | ||
| { | ||
| "targets": { | ||
| "node": "12" |
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 should target whatever is the lowest this library supports - node 8 from the looks of
Line 3 in 437d55a
| - '8' |
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 that still the case? I think that file hasn't been updated in a while. What does Jest support?
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.
Jest 26 and 27 supports node 10, but I'm fine with only supporting 12 and later here as 10 is EOL
|
I suspect the failures are because the current version of ESLint doesn't play nice with the upgraded version of Update: confirmed this locally. |
|
I went ahead and added the lint fixes to this branch so it can be merged independently. |
What
Upgrade to Babel 7.