Skip to content

Commit 822b552

Browse files
leosvelperezclydin
authored andcommitted
fix(@angular-devkit/build-angular): fix index option const value for browser-esbuild
(cherry picked from commit e15100d)
1 parent fedcc5d commit 822b552

File tree

1 file changed

+1
-1
lines changed
  • packages/angular_devkit/build_angular/src/builders/browser-esbuild

1 file changed

+1
-1
lines changed

packages/angular_devkit/build_angular/src/builders/browser-esbuild/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@
399399
"required": ["input"]
400400
},
401401
{
402-
"const": "false",
402+
"const": false,
403403
"description": "Does not generate an `index.html` file."
404404
}
405405
]

0 commit comments

Comments
 (0)