Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/angular/build/src/builders/application/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"properties": {
"assets": {
"type": "array",
"description": "List of static application assets.",
"description": "Define the assets to be copied to the output directory. These assets are copied as-is without any further processing or hashing.",
"default": [],
"items": {
"$ref": "#/definitions/assetPattern"
Expand Down Expand Up @@ -441,7 +441,7 @@
},
"outputHashing": {
"type": "string",
"description": "Define the output filename cache-busting hashing mode.",
"description": "Define the output filename cache-busting hashing mode.\n\n- `none`: No hashing.\n- `all`: Hash for all output bundles. \n- `media`: Hash for all output media (e.g., images, fonts, etc. that are referenced in CSS files).\n- `bundles`: Hash for output of lazy and main bundles.",
"default": "none",
"enum": ["none", "all", "media", "bundles"]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"properties": {
"assets": {
"type": "array",
"description": "List of static application assets.",
"description": "Define the assets to be copied to the output directory. These assets are copied as-is without any further processing or hashing.",
"default": [],
"items": {
"$ref": "#/definitions/assetPattern"
Expand Down Expand Up @@ -319,7 +319,7 @@
},
"outputHashing": {
"type": "string",
"description": "Define the output filename cache-busting hashing mode.",
"description": "Define the output filename cache-busting hashing mode.\n\n- `none`: No hashing.\n- `all`: Hash for all output bundles. \n- `media`: Hash for all output media (e.g., images, fonts, etc. that are referenced in CSS files).\n- `bundles`: Hash for output of lazy and main bundles.",
"default": "none",
"enum": ["none", "all", "media", "bundles"]
},
Expand Down