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(@schematics/angular): avoid empty polyfill option for new zoneless application
To reduce the size of the initial `angular.json` for applications, newly
generated zoneless applications will no longer contain an explicit empty
`polyfills` option. The option can still be added and is available for use
if needed by an application but the empty array value will no longer be
present when generating a zoneless application.
This has no effect for applications using Zone.js (default).
0 commit comments