mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-19 04:26:01 +08:00
The index HTML generation functionality for both the Webpack-based and esbuild-based browser application builder now supports adding link hint elements to the generated output. This includes `prefetch`, `preload`, `modulepreload`, `preconnect`, and `dns-prefetch` hint modes. This functionality is not yet used by builds and will be integrated within future changes.