mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-15 18:13:38 +08:00
fix(@angular-devkit/build-angular): fix index option const value for browser-esbuild
This commit is contained in:
parent
ccfc74b2af
commit
e15100d597
@ -399,7 +399,7 @@
|
||||
"required": ["input"]
|
||||
},
|
||||
{
|
||||
"const": "false",
|
||||
"const": false,
|
||||
"description": "Does not generate an `index.html` file."
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user