mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
040253c426
As mentioned in previous commits, as of v10 the release output does no longer contain ESM5 output due to an update to the APF. This means that the side-effect integration test needs to be updated as it currently expects/tests esm5 output. PR Close #36944