Skip to content

Commit

Permalink
refactor(@schematics/angular): improve optional application migration…
Browse files Browse the repository at this point in the history
… 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.

(cherry picked from commit c977a7b)
  • Loading branch information
clydin committed May 20, 2024
1 parent a99ec6a commit 3c93f94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down

0 comments on commit 3c93f94

Please sign in to comment.