-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
bump Babel 8 to 8.0.0-alpha.12 #2961
Conversation
✅ Deploy Preview for babel-next ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
680d6fe
to
b99311f
Compare
❌ Deploy Preview for babel failed.
|
✅ Deploy Preview for babel ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
This has been fixed in babel/babel-loader#1007. |
@liuxingbaoyu Thank you! I guess the incorrect argument error was thrown asynchronously, otherwise it should have been caught in the catch clause. @nicolo-ribaudo Could you take a look at babel/babel-loader#1037 and do a release from the 9.x branch? |
b99311f
to
04e0230
Compare
CI is green again thanks to the babel-loader upgrade. |
The build is failing when bumping from 8.0.0-alpha.2 to 8.0.0-alpha.12.
The error is confusing since babel-loader 9 did not issue
loadPartialConfig
calls. I am still investigating the diff highlight regression, if you have bandwidth, please take a look.To reproduce the build error, one can run
yarn start:repl
.