mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
cce395a928
We need to switch the package builder to ESM or TS, like we did in the components repo, but for now until we can, the release script should work by loading the package builder CJS through the dynamic import expression. PR Close #46454