Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(@angular-devkit/build-angular): avoid spawning workers when there…
… are no routes to prerender This commit fixes an issue were previously we spawned piscina with `maxThreads` set to `0` which causes it to exit with a non zero error code when there are no routes to prerender. Now, in the application builder we exit at n earlier stage if there are no routes to prerender.
- Loading branch information