1
0
mirror of https://github.com/angular/angular-cli.git synced 2025-05-23 23:59:27 +08:00

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

@ -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": {