From 5ee4ba2add453b87327313a525192d4d04954e1b Mon Sep 17 00:00:00 2001 From: Enas Gaber Date: Fri, 13 Mar 2026 11:56:58 +0100 Subject: [PATCH 1/3] 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/3] 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: From 141ab194c688a73e887cd5c43941eac5a21cf3f4 Mon Sep 17 00:00:00 2001 From: quinntracy Date: Fri, 20 Mar 2026 14:25:15 +0100 Subject: [PATCH 3/3] Review --- .../app-explorer/app/app-settings/runtime-tab.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) 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 ba5c64f6fcf..fe03b95f711 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 @@ -22,17 +22,15 @@ The available configuration options are as follows: ### App bundler {#app-bundler} {{% alert type="info" %}} -This setting was introduced in Mendix 11.9.0. +This setting was introduced in [Mendix 11.9.0](/releasenotes/studio-pro/11.9/). It is only available for applications using React client. {{% /alert %}} -This setting is only available for applications using React client. +The available options are listed below: -Available options: +* **Rspack (beta)**: 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) -* **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/) +For more information about Rspack, see the [official documentation](https://www.rspack.dev/). ### Use New String Behavior {#new-string-behavior}