Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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" %}}
Expand Down