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): remove empty scripts option value from new applications
The `scripts` option with an empty array value has been removed from newly
generated applications including with `ng new`. This option is less commonly
used and can be added if needed by a project. The removal reduces the total
size of the generated `angular.json`.
0 commit comments