mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 02:54:21 +08:00
A builder's manifest definition within a package (typically `builders.json`) can now contain a string value that will be used as a builder specifier when loading the named builder. This allows a builder name to be aliased to another builder. The other builder may also be in another package. The build resolution logic has also been updated to remove use of the global `require` to support eventual direct ESM usage.
Angular Build Facade
WIP