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: detect @angular/platform-server to determine if Angular project uses SSR
Previously, Angular's discover() always returned mayWantBackend: true,
causing the SSR warning to appear even for SPA-only Angular projects.
Now checks for the presence of @angular/platform-server in installed dependencies.
Resolves#10362
0 commit comments