You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: add forceEsbuild removal to migration guide - Document the breaking change for custom-esbuild users - Provide before/after examples for angular.json configuration - Explain that forceEsbuild is no longer needed since @angular/build uses esbuild by default
Copy file name to clipboardExpand all lines: MIGRATION.MD
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,28 @@
2
2
3
3
## Custom ESBuild builder
4
4
5
-
- No breaking changes (except for updating to Angular 20)
5
+
1. The `forceEsbuild` property has been removed from the dev-server configuration. This property is no longer needed since the builder now uses `@angular/build` directly, which uses esbuild by default.
0 commit comments