Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(@schematics/angular): allow application migration to use new bui…
…ld package in projects where possible When using the optional application build system migration, the newly introduced `@angular/build` package which contains only the new build system and no Webpack-related dependencies will be directly used when possible. The migration will check for usage of any other builders from the `@angular-devkit/build-angular` package. if none are present in the `angular.json` file (excluding `dev-server` and `extract-i18n`), the `@angular/build` package will be added as a dependency and used in the `angular.json` file. The `@angular-devkit/build-angular` package will then be removed as a dependency. Project usage of karma and/or protractor will be the most common reasons this part of the migration will not be performed.
- Loading branch information