webpack / tapable

Just a little module for plugins.
MIT License
3.74k stars 395 forks source link

Fix for https://github.com/webpack/tapable/issues/130 #131

Closed nshimiye closed 4 years ago

nshimiye commented 4 years ago

This mr provides a possible fix for unexpected behavior of AsyncParallelBailHook.

According to the documentation, bail hooks stop executing as soon as one of the tapped function produces a defined value.

jsf-clabot commented 4 years ago

CLA assistant check
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

:white_check_mark: nshimiye
:x: mars


mars seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.

nshimiye commented 4 years ago

close in favor of cleaner mr