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): only use external packages for polyfills when no local files are present
The polyfills bundle now conditionally employs external package resolution
only if no local files are detected in the polyfills array. If local files
are present, all polyfills are bundled together to ensure the import
execution order is correctly preserved between local and package-based
entries.
0 commit comments