Skip to content

Commit 20661a2

Browse files
committed
TESTING
1 parent 981e868 commit 20661a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/angular/build/src/builders/application/execute-build.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,8 @@ export async function executeBuild(
181181
}
182182

183183
chunksOptimized = true;
184-
184+
console.log('ORIG INITIAL: ', [...initialFiles.keys()]);
185+
console.log('OPTIM INITIAL: ', [...optimizationResult.initialFiles.keys()]);
185186
bundlingResult = optimizationResult;
186187
}
187188
}

0 commit comments

Comments
 (0)