trivago / parallel-webpack

Builds multi-config webpack projects in parallel
BSD 3-Clause "New" or "Revised" License
1.48k stars 96 forks source link

Callback for every webpack build in watch mode #75

Open cainrus opened 6 years ago

cainrus commented 6 years ago

It's very useful to detect every compiler done event to trigger third party routines. Only for 2.x branch.

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-1.8%) to 85.36% when pulling 4106ea2d1acb35730205204cd06a018977ddbe87 on cainrus:master into 2c50d31c111c686f0df415ea97bf712e76484b35 on trivago:master.

efegurkan commented 6 years ago

Hey @cainrus thanks for PR, sorry for the delay.

Initially that looks good to me, I will test it and merge if everything goes OK.

Cheers,