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): experimental esbuild pipeline, ad…
…d `es2015` to main fields for RxJS v6 compatibility Currently, for RxJS v6, no conditions are available, and the ESBuild pipeline will select the ES5 distribution based on the `module` main field. This is fine in most cases, but applications could benefit from better optimization with the use of the ES2015 output + there are certain code differences that currently would cause runtime breakages when e.g. `rxjs/testing` is used. See: #25405 for more details. Fixes #25405. (cherry picked from commit 9d9a668)
- Loading branch information