Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(@angular-devkit/build-angular): remove browser-esbuild usage warning #26402

Merged
merged 1 commit into from Nov 17, 2023

Conversation

clydin
Copy link
Member

@clydin clydin commented Nov 17, 2023

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

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
@clydin clydin added the target: patch This PR is targeted for the next patch release label Nov 17, 2023
@clydin clydin requested a review from dgp1130 November 17, 2023 23:03
@clydin clydin added the action: merge The PR is ready for merge by the caretaker label Nov 17, 2023
@clydin clydin merged commit b2224c5 into angular:main Nov 17, 2023
34 checks passed
@clydin clydin deleted the esbuild/browser-warning branch November 17, 2023 23:29
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Dec 18, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action: merge The PR is ready for merge by the caretaker target: patch This PR is targeted for the next patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants