mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Previously, when run with `createNewEntryPointFormats: true`, `ngcc` would only update `package.json` with the new entry-point for the first format property that mapped to a format-path. Subsequent properties mapping to the same format-path would be detected as processed and not have their new entry-point format recorded in `package.json`. This commit fixes this by ensuring `package.json` is updated for all matching format properties, when writing an `EntryPointBundle`. PR Close #32052 |
||
|---|---|---|
| .. | ||
| in_place_file_writer_spec.ts | ||
| new_entry_point_file_writer_spec.ts | ||