-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
chore(deps): upgrade to babel 7 #1013
Conversation
babel-loader will automatically set modules:false when instantiated, so we shouldn't set it on .babelrc.js, because it will break jest et al.
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.
I'm sorry if this is not the place to ask for this, but it would make my life so much easier (it's possible also that I'm not doing something right, than feel free to ignore this). Also this has nothing to do with my review comments.
Is it possible that we add a prettier config with the rules set that are used by the project? My personal prettier settings are different from what the project (apparently) uses, and I'm sure it would be the same case for many contributors and we don't want formatting diffs.
Thanks for pointing out those errors, @daynin @n1ghtmare. Both are fixed and we can merge. Re: |
Upgrade to babel 7. Updated all examples to use ES6 module syntax.
This cleans up a bunch of old syntax, gets us on the latest bugfixes & clears up a lot of the dev dependency tree.