mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Since DevTools' Angular framework dependencies are built from local files, they are always up to date. [Recently](https://github.com/angular/angular/pull/49332) these dependencies started being published as fesm2022 instead of fesm2020. We also have an Angular dependency `ngx-flamegraph` that was built and published as fesm2020. The easiest fix to make sure all of our Angular based dependencies are processed by the linker would be to update the filterPaths field in that file from `/fesm2020/` to `/fesm2020|fesm2022/`. When v16 releases, we can update ngx-flamegraph and publish it with the new APF, letting us change filterPaths to just `/fesm2022/`. PR Close #50086 |
||
|---|---|---|
| .. | ||
| BUILD.bazel | ||
| esbuild-base.config.mjs | ||
| esbuild-esm-prod.config.mjs | ||
| esbuild-esm.config.mjs | ||
| esbuild-iife.config.mjs | ||
| esbuild-spec.config.mjs | ||
| index.bzl | ||