Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(@angular-devkit/build-angular): remove browser-esbuild usage warning
To avoid potential confusion when updating to v17, the usage warning as been removed from the `browser-esbuild` builder. The `browser-esbuild` builder is considered stable and fully supported. This is in addition to the other stable builders: `browser` and `application`. The `browser-esbuild` builder provides similar behavior to the `browser` builder but with the performance improvements of the `application` builder. However, `browser-esbuild` does not have integrated SSR support and will not receive new/future `application` builder options and features. For more details on these builders, please see: https://angular.io/guide/esbuild
- Loading branch information