You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(@angular/build): provide component HMR update modules to dev-server SSR
When using component HMR and SSR with the development server, the component
update modules will now be available to the Vite server rendering. This
prevents console errors due to missing component update paths. Additionally,
it allows the server rendering to use the latest component templates if those
have been changed before a new rebuild has occurred.
(cherry picked from commit 64f32c7)
0 commit comments