Closed as not planned
Description
Command
build
Description
During pre-rendering, if we need to prerender multiple routes (like 36 routes), pre-rendering fails by timeout.
If I manually modify the timeout in this file, it works fine.
Yes, it takes time, but it is important to pre-render them all for us.
Describe the solution you'd like
Please add an option to angular.json
configuration (or some flag, although an option would be much better - fewer dances with builders).
Describe alternatives you've considered
The only alternative right now is to limit the amount of pre-rendered routes.