mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: update Angular CLI help (#64433)
Updated Angular CLI help contents. PR Close #64433
This commit is contained in:
parent
3e8e48c918
commit
9b9ae42841
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"branchName": "refs/heads/main",
|
||||
"sha": "b7da7541e38562dc01fb46adbf4448eac31c4f41"
|
||||
"sha": "8c2f95904ca04e8fb78b0971ae7648c85a45f2e8"
|
||||
}
|
||||
|
|
@ -163,7 +163,7 @@
|
|||
"media",
|
||||
"none"
|
||||
],
|
||||
"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."
|
||||
},
|
||||
{
|
||||
"name": "output-mode",
|
||||
|
|
|
|||
Loading…
Reference in a new issue