Skip to content

Commit 574e76e

Browse files
clydindgp1130
authored andcommitted
fix(@angular-devkit/build-angular): downlevel iteration during differential loading
Closes #16229
1 parent 257ed9e commit 574e76e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/angular_devkit/build_angular/src/utils/process-bundle.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ export async function process(options: ProcessBundleOptions): Promise<ProcessBun
107107
const transformResult = transpileModule(sourceCode, {
108108
fileName: downlevelFilename,
109109
compilerOptions: {
110+
downlevelIteration: true,
110111
sourceMap: !!sourceMap,
111112
target: ScriptTarget.ES5,
112113
},

0 commit comments

Comments
 (0)