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: 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
Copy file name to clipboardExpand all lines: MIGRATION.MD
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Custom ESBuild builder
4
4
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.
0 commit comments