browserTarget
is a setting that maps a configuration to a build target e.g. build
, serve
, test
, lint
. It’s kind of a funny name. To be honest I don’t know why it’s called browserTarget
instead of just target
.
Further reading here at the angular.io docs.