Charles Lyding 7af63b4aba refactor(@angular-devkit/build-angular): reduce custom code in browser-esbuild implementation
The implementation of the `browser-esbuild` builder is now a small wrapper around the
`application` builder. The custom file writing code is no longer required with the availability
of the additional output path options for `application` builder. This also allows the internal
`browser-esbuild` programmatic interface to retain its architect-based signature.
2024-08-13 07:54:24 -04:00
..