Charles Lyding 6d9a06a437 refactor(@angular-devkit/architect): allow aliasing builder names in package builder manifest
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.
2024-04-09 07:50:10 -04:00
..
2023-02-16 14:59:40 +00:00
2023-08-04 14:49:14 -04:00

Angular Build Facade

WIP