From 0c105476a1aefb159181efcd5d81ef83c552b1aa Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Thu, 6 Mar 2025 18:23:55 +0000 Subject: [PATCH] docs: update Angular CLI help [19.2.x] (#60249) Updated Angular CLI help contents. PR Close #60249 --- adev/src/content/cli/help/build-info.json | 4 ++-- adev/src/content/cli/help/build.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/adev/src/content/cli/help/build-info.json b/adev/src/content/cli/help/build-info.json index 40937d6a6db..49d63f38c15 100644 --- a/adev/src/content/cli/help/build-info.json +++ b/adev/src/content/cli/help/build-info.json @@ -1,4 +1,4 @@ { - "branchName": "refs/heads/main", - "sha": "4e45bc8fc2704830d6e4099f2455d0135278b002" + "branchName": "refs/heads/19.2.x", + "sha": "da1d5784755500cc064c433e5a4754a1ff1946fd" } \ No newline at end of file diff --git a/adev/src/content/cli/help/build.json b/adev/src/content/cli/help/build.json index b45a68533c2..ffc8a7749be 100644 --- a/adev/src/content/cli/help/build.json +++ b/adev/src/content/cli/help/build.json @@ -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",