mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-25 08:41:39 +08:00
Adds following defaults to `.angular-cli.json` under `defaults`: `sourcemaps`, `baseHref`, `progress`, `poll`, `deleteOutputPath`, `preserveSymlinks`, `showCircularDependencies`. They can be set via `ng set defaults.build.KEY = VALUE`. Also removes `apps.0.showCircularDependencies`. This is not a breaking chance since it was only added in 1.3.0-beta.0. Followup to https://github.com/angular/angular-cli/pull/6884#discussion_r125533830.