-
-
Notifications
You must be signed in to change notification settings - Fork 73
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
Improve error #146
Improve error #146
Conversation
asdf? |
Looks like CI failures are due to incompatibilities in how
|
397e096
to
cf7b346
Compare
I'm currently debugging some of these issues locally, and updating this PR as I find ways to make it more actionable |
cf7b346
to
87951ca
Compare
e771d74
to
9b7d1f1
Compare
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.
Looks good to me
index.js
Outdated
|
||
if ((this.throwUnlessParallelizable || process.env.THROW_UNLESS_PARALLELIZABLE) && isParallelizable === false) { | ||
throw new Error(this.toString() + | ||
' was configured to `throwUnlessParallelizable` and was unable to parallelize an plugin. \nplugins:\n' + joinCount(errors) + '\nPlease see: https://github.com/babel/broccoli-babel-transpiler#parallel-transpilation for more details'); |
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.
Nit: "parallelize a plugin"
9b7d1f1
to
9e99136
Compare
* supports arbitrary _parallelBabel placements * less edge-cases
2e38221
to
75c2551
Compare
|
No description provided.