webpack / tapable

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

Default SyncBailHook return value to void #144

Closed stabbylambda closed 3 years ago

stabbylambda commented 3 years ago

This follows the pattern of SyncHook

jsf-clabot commented 3 years ago

CLA assistant check
All committers have signed the CLA.

sokra commented 3 years ago

The bailing part doesn't work with a void return type. You have to use a return type. Otherwise if would only behave like a SyncHook