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): suppress warnings for overwriting files in tsc
Since we're using a virtual filesystem, overwriting files by tsc does
not affect actual files on the filesystem. This allows us to support
allowJs without changing any configuration quirks.
Fixesangular/angular#21080
Might help with #8371Fixes#8885
0 commit comments