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..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 @@ -19,6 +19,21 @@ 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} + +{{% 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: + +* **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" %}}