trivago / parallel-webpack

Builds multi-config webpack projects in parallel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change default for max-retries to 0

pago opened this issue · comments

The max-retries option can easily cause confusion and leftover processes when combined with webpacks watch mode.

As max-retries is rarely useful, it makes sense to set its default value to 0.