docs: update Angular CLI help [19.2.x] (#60249)

Updated Angular CLI help contents.

PR Close #60249
This commit is contained in:
Angular Robot 2025-03-06 18:23:55 +00:00 committed by Andrew Kushnir
parent 48dc0d6dc7
commit 0c105476a1
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
{
"branchName": "refs/heads/main",
"sha": "4e45bc8fc2704830d6e4099f2455d0135278b002"
"branchName": "refs/heads/19.2.x",
"sha": "da1d5784755500cc064c433e5a4754a1ff1946fd"
}

View file

@ -84,7 +84,7 @@
{
"name": "external-dependencies",
"type": "array",
"description": "Exclude the listed external dependencies from being bundled into the bundle. Instead, the created bundle relies on these dependencies to be available during runtime."
"description": "Exclude the listed external dependencies from being bundled into the bundle. Instead, the created bundle relies on these dependencies to be available during runtime. Note: `@foo/bar` marks all paths within the `@foo/bar` package as external, including sub-paths like `@foo/bar/baz`."
},
{
"name": "extract-licenses",