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): disable persistent disk caching inside webcontainers by default
When using the build system within a Web container, persistent disk caching
is now disabled by default. Persistent disk caching does not provide a
benefit for typical use cases and can cause increased browser memory usage
when enabled.
0 commit comments