After ctrl+c build/watch restarts
Closed this issue · 6 comments
pwalczyszyn commented
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
.
maxmumford commented
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.
maxmumford commented
Works great, thanks!
maxmumford commented
@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?
maxmumford commented
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.