From 5ee4ba2add453b87327313a525192d4d04954e1b Mon Sep 17 00:00:00 2001 From: Enas Gaber Date: Fri, 13 Mar 2026 11:56:58 +0100 Subject: [PATCH 1/2] Document Rspack support --- .../app-explorer/app/app-settings/runtime-tab.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 a00f009ba73..55b3ccd489d 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 @@ -19,6 +19,17 @@ The available configuration options are as follows: * **Yes**: Use the React client (default). In this mode, you will get consistency errors for incompatible widgets. * **Migration mode**: Use the React client and ignore incompatible widgets. Placeholders are displayed in the case of incompatible widgets. Recommended when trying out the new client. +### App bundler {#app-bundler} + +This setting is only available for applications using React client. + +Available options: + +* **Rspack (beta)**: Use Rspack to bundle the React client app. 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/](https://www.rspack.dev/) + ### Use New String Behavior {#new-string-behavior} {{% alert type="info" %}} From 736125cce05b92dabcf660981687da7729a61141 Mon Sep 17 00:00:00 2001 From: Enas Gaber Date: Fri, 13 Mar 2026 11:59:20 +0100 Subject: [PATCH 2/2] Mention the version --- .../modeling/app-explorer/app/app-settings/runtime-tab.md | 4 ++++ 1 file changed, 4 insertions(+) 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 55b3ccd489d..ba5c64f6fcf 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 @@ -21,6 +21,10 @@ The available configuration options are as follows: ### App bundler {#app-bundler} +{{% alert type="info" %}} +This setting was introduced in Mendix 11.9.0. +{{% /alert %}} + This setting is only available for applications using React client. Available options: