mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-21 22:34:21 +08:00
The `server-utils` SSR generated chunk was not previously included in the ESM in memory loader for prerendering which resulted in the ESM resolver incorrectly attempting to resolve non-relative dependencies. This would lead to resolution errors when using the development server with caching enabled. In this scenario, the Angular dependencies would be marked external and the server utilities output chunk would contain non-relative imports and fail to prerender.