We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
polyfills
1 parent 9ce2b14 commit 70cdde2Copy full SHA for 70cdde2
goldens/public-api/angular_devkit/build_angular/index.md
@@ -53,7 +53,7 @@ export interface BrowserBuilderOptions {
53
outputHashing?: OutputHashing;
54
outputPath: string;
55
poll?: number;
56
- polyfills?: string;
+ polyfills?: Polyfills;
57
preserveSymlinks?: boolean;
58
progress?: boolean;
59
resourcesOutputPath?: string;
@@ -180,7 +180,7 @@ export interface KarmaBuilderOptions {
180
karmaConfig: string;
181
main: string;
182
183
+ polyfills?: Polyfills_2;
184
185
186
reporters?: string[];
0 commit comments