trivago/parallel-webpack

After ctrl+c build/watch restarts

Closed this issue · 6 comments

After upgrading to 1.6.0 from 1.3.1 my build (with --watch arg) restarts in the background when I ctrl+c the currently running one. BTW I'm on webpack 2.2.0-rc.2.

Any update on this? Can't really use parallel-webpack until this is sorted

pago commented

Just released the fix for this as 1.6.1

Please let me know if it works for you.

Works great, thanks!

@pago looks like this is still happening if the build script runs into an error with --watch

pago commented

Did you try https://github.com/trivago/parallel-webpack#specifying-retry-limits (-m option) to disable that behaviour?

Ah yes that fixed it. It's a little counterintuitive to me that it retries by default but probably not worth fixing. Thanks for your support.