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 to 7.0.0-rc.3 #22

Merged
merged 5 commits into from
Aug 27, 2018
Merged

Upgrade Babel to 7.0.0-rc.3 #22

merged 5 commits into from
Aug 27, 2018

Conversation

hedgepigdaniel
Copy link
Collaborator

@hedgepigdaniel hedgepigdaniel commented Aug 26, 2018

This is a superset of #23

Changes

  • Lift babel config into the root repository
  • Use babel.config.js which supports javascript and doesn't implicitly extend .babelrc from parent directories. Config is much simpler with Babel 7's new and improved preset merging strategy. Also no need to pass { modules: false } from webpack anymore due to Make preset-env skip CommonJS compilation by default, so that Webpack itself can handle it. babel/babel-loader#660 🎉
  • Update babel-loader, babel-eslint to work with it
  • Fork babel-watch and merge a few changes from open PRs, and also add my own fix for a busy loop after sending a SIGINT
  • Add babel 7 bridge so that jest can use babel 7 despite not having updated its dependency to the scoped package

@hedgepigdaniel hedgepigdaniel changed the base branch from rudy-respond to fix/ci August 27, 2018 07:48
@ScriptedAlchemy ScriptedAlchemy merged commit 03a10c3 into fix/ci Aug 27, 2018
This was referenced Aug 27, 2018
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.

2 participants