mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-18 20:02:40 +08:00
Before, the build tasks ran in parallel and so the different webpack instances competed over the same lines on the console. To fail fast and to prevent to show the same errors twice, the second build step is not executed if the first one fails. As running these tasks in sequence causes issues with watch mode, this PR also disables differential loading when watch mode is requested.