Skip to content

Commit 83b5c41

Browse files
committed
docs: clarify that forceEsbuild property is no longer supported - Change wording from 'no longer needed' to 'no longer supported' - More accurate description of the breaking change
1 parent 17e929f commit 83b5c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MIGRATION.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Custom ESBuild builder
44

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.
5+
1. The `forceEsbuild` property has been removed from the dev-server configuration. This property is no longer supported since the builder now uses `@angular/build` directly, which uses esbuild by default.
66

77
**Before:**
88
```json

0 commit comments

Comments
 (0)