Skip to content

Commit c977a7b

Browse files
committed
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.
1 parent 3e07f5e commit c977a7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/schematics/angular/migrations/migration-collection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"use-application-builder": {
44
"version": "18.0.0",
55
"factory": "./use-application-builder/migration",
6-
"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",
6+
"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",
77
"optional": true
88
}
99
}

0 commit comments

Comments
 (0)