mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-18 03:23:57 +08:00
We have a number of browser options that we allow the dev-server to merge. However, this only happens when such as options are undefined from the dev-server builder. At the moment these option have defaults inside their schema which results in them never being `undefined`, and hence the overridden logic is bypassed. See:6dd5b186d4/packages/angular_devkit/build_angular/src/dev-server/index.ts (L49-L63)
and6dd5b186d4/packages/angular_devkit/build_angular/src/dev-server/index.ts (L107-L115)
Fixes #15273 and fixes #15064