mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
2f7e315157
When using the `NewEntryPointWriter`, we must copy over all files from the entry-point bundle to the new entry-point. But since we are going to write out the modified files directly, there is no need to copy those. This commit skips copying the files that have been modified. PR Close #40429