Skip to content

Commit 7a0f6a4

Browse files
committed
fixup! fix(@angular/build): add define option to dev-server
1 parent cdaa818 commit 7a0f6a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

goldens/public-api/angular/build/index.api.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ export enum BuildOutputFileType {
112112
export type DevServerBuilderOptions = {
113113
allowedHosts?: AllowedHosts;
114114
buildTarget: string;
115+
define?: {
116+
[key: string]: string;
117+
};
115118
headers?: {
116119
[key: string]: string;
117120
};

0 commit comments

Comments
 (0)