From 2d3fc31c8343f781e2bde4415b7ef2ab9cc35cc3 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Tue, 6 Feb 2024 16:04:57 +0000 Subject: [PATCH] docs: update Angular CLI help [main] (#54276) Updated Angular CLI help contents. PR Close #54276 --- aio/content/cli/help/build-info.json | 2 +- aio/content/cli/help/serve.json | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/aio/content/cli/help/build-info.json b/aio/content/cli/help/build-info.json index 06e3a7d8935..90bccde3eda 100644 --- a/aio/content/cli/help/build-info.json +++ b/aio/content/cli/help/build-info.json @@ -1,4 +1,4 @@ { "branchName": "refs/heads/main", - "sha": "a94acf26a8d67c87e9acc10bea4aece46216924a" + "sha": "3c68947ce7fb3d3a9cfac71bc6d184939c7b1253" } \ No newline at end of file diff --git a/aio/content/cli/help/serve.json b/aio/content/cli/help/serve.json index 5879f4c16dc..61da6ed6e34 100644 --- a/aio/content/cli/help/serve.json +++ b/aio/content/cli/help/serve.json @@ -86,6 +86,11 @@ "default": 4200, "description": "Port to listen on." }, + { + "name": "prebundle", + "type": "boolean", + "description": "Enable and control the Vite-based development server's prebundling capabilities. To enable prebundling, the Angular CLI cache must also be enabled. This option has no effect when using the 'browser' or other Webpack-based builders." + }, { "name": "project", "type": "string",