webpack / tapable

Just a little module for plugins.
MIT License
3.71k stars 393 forks source link

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

Closed nshimiye closed 3 years ago

nshimiye commented 3 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.

nshimiye commented 3 years ago

turns out this is not an issue