We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8870111 commit d6b9306Copy full SHA for d6b9306
goldens/public-api/angular_devkit/build_angular/index.md
@@ -79,7 +79,7 @@ export type BrowserBuilderOutput = BuilderOutput & {
79
outputs: {
80
locale?: string;
81
path: string;
82
- baseHref: string;
+ baseHref?: string;
83
}[];
84
};
85
0 commit comments