fix(@angular-devkit/build-angular): fix index option const value for browser-esbuild

This commit is contained in:
Leosvel Pérez Espinosa 2023-05-05 10:10:27 +01:00 committed by angular-robot[bot]
parent ccfc74b2af
commit e15100d597

View File

@ -399,7 +399,7 @@
"required": ["input"]
},
{
"const": "false",
"const": false,
"description": "Does not generate an `index.html` file."
}
]