refactor(@schematics/angular): improve optional application migration description

The description for the optional application builder migration has been adjusted
to include an update adev link as well as a shorter first sentence which is used
as the content for the optional migration selection prompt.
This commit is contained in:
Charles Lyding 2024-05-20 10:47:57 -04:00 committed by Charles
parent 3e07f5e788
commit c977a7b783

View File

@ -3,7 +3,7 @@
"use-application-builder": {
"version": "18.0.0",
"factory": "./use-application-builder/migration",
"description": "Migrate application projects using the '@angular-devkit/build-angular' package's 'browser' and/or 'browser-esbuild' builders to the 'application' builder. Read more about this here: https://angular.dev/tools/cli/esbuild#using-the-application-builder",
"description": "Migrate application projects to the new build system. Application projects that are using the '@angular-devkit/build-angular' package's 'browser' and/or 'browser-esbuild' builders will be migrated to use the new 'application' builder. You can read more about this, including known issues and limitations, here: https://angular.dev/tools/cli/build-system-migration",
"optional": true
}
}