Skip to content

Commit cac0852

Browse files
angular-robotmmalerba
authored andcommitted
docs: update Angular CLI help (angular#63445)
Updated Angular CLI help contents. PR Close angular#63445
1 parent b8314bd commit cac0852

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"branchName": "refs/heads/main",
3-
"sha": "68f94d2e60e8b3ea7759b5abeaf7feb47480a25e"
3+
"sha": "8819a34ee7e5691c78802831b7c0e0476dccd416"
44
}

adev/src/content/cli/help/build.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
{
1313
"name": "allowed-common-js-dependencies",
1414
"type": "array",
15-
"default": [],
1615
"description": "A list of CommonJS or AMD packages that are allowed to be used without a build time warning. Use `'*'` to allow all."
1716
},
1817
{
@@ -85,7 +84,6 @@
8584
{
8685
"name": "external-dependencies",
8786
"type": "array",
88-
"default": [],
8987
"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`."
9088
},
9189
{
@@ -189,7 +187,6 @@
189187
{
190188
"name": "polyfills",
191189
"type": "array",
192-
"default": [],
193190
"description": "A list of polyfills to include in the build. Can be a full path for a file, relative to the current workspace or module specifier. Example: 'zone.js'."
194191
},
195192
{

adev/src/content/cli/help/test.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
{
3030
"name": "code-coverage-exclude",
3131
"type": "array",
32-
"default": [],
3332
"description": "Globs to exclude from code coverage."
3433
},
3534
{
@@ -48,13 +47,11 @@
4847
{
4948
"name": "exclude",
5049
"type": "array",
51-
"default": [],
5250
"description": "Globs of files to exclude, relative to the project root."
5351
},
5452
{
5553
"name": "external-dependencies",
5654
"type": "array",
57-
"default": [],
5855
"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."
5956
},
6057
{
@@ -100,7 +97,6 @@
10097
{
10198
"name": "polyfills",
10299
"type": "array",
103-
"default": [],
104100
"description": "A list of polyfills to include in the build. Can be a full path for a file, relative to the current workspace or module specifier. Example: 'zone.js'."
105101
},
106102
{

0 commit comments

Comments
 (0)