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): skip NGCC when file system is read only
If the package.json of a module is read only we should skip calling NGCC. Under Bazel when running under sandbox the filesystem is read-only.
See also: angular/angular#33366
0 commit comments