Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! docs: update esbuild…
Browse files Browse the repository at this point in the history
… guide for v17
  • Loading branch information
clydin committed Oct 27, 2023
1 parent b5667be commit a3444a9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions aio/content/guide/esbuild.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ If the `application` builder is difficult for your project to adopt, `browser-es
### Using the `browser-esbuild` builder

A builder named `browser-esbuild` is available within the `@angular-devkit/build-angular` package that is present in an Angular CLI generated application. The builder is a drop-in replacement for the existing `browser` builder that provides the preexisting browser application build system.
You can try out the new build system for applications that use the `browser` builder.
If using a custom builder, please refer to the documentation for that builder on possible migration options.

The compatiblity option was implemented to minimize the amount of changes necessary to initially migrate your applications.
This is provided via an alternate builder (`browser-esbuild`).
Expand Down

0 comments on commit a3444a9

Please sign in to comment.