main
refactor(@ngtools/webpack): support optional baseUrl with tsconfig paths
refactor: remove dependency on `@angular/platform-browser-dynamic`
fix(@angular/build): assert that asset input paths are within workspace root
refactor(@angular/cli): update aio links -> adev links
fix(@angular/build): allow a default application `browser` option
test(@angular/build): use expectLog and expectNoLog helpers in tests
test(@angular/build): use correct builder names in integration tests
fix(@angular/build): apply define option to JavaScript from scripts option
fix(@angular/build): prevent externalizing builder-injected i18n locale data
fix(@angular/build): support case-insensitive and alternative license file names
fix(@angular/build): allow .json file replacements with application builds
fix(@angular/build): prevent build process hang on unhandled error (#33715)
refactor: use `executeWithCases` instead of RXJS boillerplate
feat(@angular/build): add dataurl, base64 loaders
fix(@angular/build): include component test metadata in development builds
feat(@angular/build): introduce `outputMode` option to the application builder
fix(@angular/build): restrict application builder output paths to output directory
build: update to TypeScript 6
feat(@angular/build): allow control of source map sources content for application builds
fix(@angular/build): ensure import map integrity keys are valid URL-like specifiers