Skip to content

Commit 70cdde2

Browse files
committed
fixup! feat(@angular-devkit/build-angular): amend polyfills option
1 parent 9ce2b14 commit 70cdde2

File tree

1 file changed

+2
-2
lines changed
  • goldens/public-api/angular_devkit/build_angular

1 file changed

+2
-2
lines changed

goldens/public-api/angular_devkit/build_angular/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export interface BrowserBuilderOptions {
5353
outputHashing?: OutputHashing;
5454
outputPath: string;
5555
poll?: number;
56-
polyfills?: string;
56+
polyfills?: Polyfills;
5757
preserveSymlinks?: boolean;
5858
progress?: boolean;
5959
resourcesOutputPath?: string;
@@ -180,7 +180,7 @@ export interface KarmaBuilderOptions {
180180
karmaConfig: string;
181181
main: string;
182182
poll?: number;
183-
polyfills?: string;
183+
polyfills?: Polyfills_2;
184184
preserveSymlinks?: boolean;
185185
progress?: boolean;
186186
reporters?: string[];

0 commit comments

Comments
 (0)