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
refactor(@angular/cli): use command default for unspecified target builders
If a target definition from a project's configuration does not contain a
`builder` field and the CLI command provides a default, the default will
now be used for the command execution. This is in addition to the existing
case where the command will use a synthetic target definition for commands
that provide default builders.
(cherry picked from commit 744ae4e)
0 commit comments