docs(@angular-devkit/build-angular): update forceEsbuild option description

Esbuild builder is stable and is no longer in developer preview.
This commit is contained in:
Alan Agius 2025-03-13 13:17:08 +00:00
parent 09d3ced9f4
commit b9591eb4b6

View File

@ -108,7 +108,7 @@
},
"forceEsbuild": {
"type": "boolean",
"description": "Force the development server to use the 'browser-esbuild' builder when building. This is a developer preview option for the esbuild-based build system.",
"description": "Force the development server to use the 'browser-esbuild' builder when building.",
"default": false
},
"prebundle": {