Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(@angular-devkit/build-angular): add es2015 exports package condit…
…ion to browser-esbuild The `es2015` exports package condition is used by `rxjs` to allow bundlers to use the ES2015-based ESM code instead of the default of ES5-based ESM code. The ES5-based ESM code is larger in size and harder to optimize due to the downlevelled classes. This change results in a ~5Kb size reduction for the main bundle of a new application (129920 -> 124183). (cherry picked from commit cba5f6c)
- Loading branch information