From ed37a8f0a8f3e19afcad4f9b1ea9725ebe965dea Mon Sep 17 00:00:00 2001 From: Bram Date: Wed, 13 May 2026 14:05:49 +0200 Subject: [PATCH] Remove beta flag from rspack bundle setting --- .../modeling/app-explorer/app/app-settings/runtime-tab.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/refguide/modeling/app-explorer/app/app-settings/runtime-tab.md b/content/en/docs/refguide/modeling/app-explorer/app/app-settings/runtime-tab.md index f2b5832cc50..dd49abde52e 100644 --- a/content/en/docs/refguide/modeling/app-explorer/app/app-settings/runtime-tab.md +++ b/content/en/docs/refguide/modeling/app-explorer/app/app-settings/runtime-tab.md @@ -27,7 +27,7 @@ This setting was introduced in [Mendix 11.9.0](/releasenotes/studio-pro/11.9/). The available options are listed below: -* **Rspack (beta)**: Use Rspack to bundle the React client app as a faster, more memory-efficient bundler +* **Rspack**: Use Rspack to bundle the React client app as a faster, more memory-efficient bundler * **Rollup**: Use Rollup to bundle the React client app (default) For more information about Rspack, see the [official documentation](https://www.rspack.dev/).