You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/refguide/modeling/app-explorer/app/app-settings/runtime-tab.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,19 @@ The available configuration options are as follows:
19
19
***Yes**: Use the React client (default). In this mode, you will get consistency errors for incompatible widgets.
20
20
***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.
21
21
22
+
### App bundler {#app-bundler}
23
+
24
+
{{% alert type="info" %}}
25
+
This setting was introduced in [Mendix 11.9.0](/releasenotes/studio-pro/11.9/). It is only available for applications using React client.
26
+
{{% /alert %}}
27
+
28
+
The available options are listed below:
29
+
30
+
***Rspack (beta)**: Use Rspack to bundle the React client app as a faster, more memory-efficient bundler
31
+
***Rollup**: Use Rollup to bundle the React client app (default)
32
+
33
+
For more information about Rspack, see the [official documentation](https://www.rspack.dev/).
34
+
22
35
### Use New String Behavior {#new-string-behavior}
0 commit comments