Skip to content

Commit e15100d

Browse files
leosvelperezangular-robot[bot]
authored andcommitted
fix(@angular-devkit/build-angular): fix index option const value for browser-esbuild
1 parent ccfc74b commit e15100d

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)