mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: update Angular CLI help [19.2.x] (#60249)
Updated Angular CLI help contents. PR Close #60249
This commit is contained in:
parent
48dc0d6dc7
commit
0c105476a1
2 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"branchName": "refs/heads/main",
|
||||
"sha": "4e45bc8fc2704830d6e4099f2455d0135278b002"
|
||||
"branchName": "refs/heads/19.2.x",
|
||||
"sha": "da1d5784755500cc064c433e5a4754a1ff1946fd"
|
||||
}
|
||||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue