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(@ngtools/webpack): diagnose typescript warnings as warnings
Previously, we were reporting all diagnostics as errors. Now only Typescript errors
will be reported as real errors to webpack. Messages and warnings will be warnings.
Fixes#5623
0 commit comments