Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(@angular-devkit/build-angular): start SSR dependencies optimizat…
…ion before the first request Vite will only start dependency optimization of SSR modules when the first request comes in. In some cases, this causes a long waiting time. To mitigate this, we call `ssrLoadModule` to initiate this process before the first request. (cherry picked from commit 1739924)
- Loading branch information