angular/devtools/tools/esbuild
Paul Gschwendtner 115c2f8d38 build: fix linking of cdk/material in devtools and simplify code (#60516)
This commit fixes the linking of CDK/Material which recently broke
because the CDK/Material package now comes with potential shared FESM
chunks; that our current hard-coded, manual linking process doesn't know
about. This ultimately resulted in duplicate code, breaking
Material/CDK.

This commit fixes that.

In addition to the fix, we simplify our linking significantly and reduce
the rather large complexity around linking, or having to specify every
entry-point manually, by linking the full package and putting it into
a different location. This is also what we conceptually are doing in
Angular Material as part of the `rules_js` migration.

PR Close #60516
2025-03-21 14:37:56 -07:00
..
BUILD.bazel build: fix linking of cdk/material in devtools and simplify code (#60516) 2025-03-21 14:37:56 -07:00
esbuild-base.config.mjs refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
esbuild-esm-prod.config.mjs refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
esbuild-esm.config.mjs refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
esbuild-iife.config.mjs refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
esbuild-spec.config.mjs refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
index.bzl build: fix linking of cdk/material in devtools and simplify code (#60516) 2025-03-21 14:37:56 -07:00