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
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,13 +22,15 @@ The available configuration options are as follows:
22
22
### App bundler {#app-bundler}
23
23
24
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.
25
+
This setting is only for applications using [Mendix React Client](/refguide/mendix-client/react/).
26
+
27
+
This setting was introduced in [Mendix 11.9.0](/releasenotes/studio-pro/11.9/). It is also available in Mendix 11.6 MTS, patch release 11.6.7 and above.
26
28
{{% /alert %}}
27
29
28
30
The available options are listed below:
29
31
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
+
***Rspack**: Use the Rspack application bundler for faster build times and lower memory usage.
33
+
***Rollup**: Use Rollup application bundler (default).
32
34
33
35
For more information about Rspack, see the [official documentation](https://www.rspack.dev/).
Copy file name to clipboardExpand all lines: content/en/docs/refguide10/modeling/app-explorer/app/app-settings/_index.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,21 @@ This setting enables the new React version of the Mendix Client. This React clie
38
38
***Yes**: Use the React client. In this mode, you will get consistency errors for incompatible widgets.
39
39
***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.
40
40
41
+
### App Bundler {#app-bundler}
42
+
43
+
{{% alert type="info" %}}
44
+
This setting is only for applications using [Mendix React Client](/refguide10/mendix-client/react/).
45
+
46
+
This setting was introduced in [Mendix 10.24.21](/releasenotes/studio-pro/10.24/#102421).
47
+
{{% /alert %}}
48
+
49
+
The available options are listed below:
50
+
51
+
***Rspack**: Use the Rspack application bundler for faster build times and lower memory usage.
52
+
***Rollup**: Use Rollup application bundler (default).
53
+
54
+
For more information about Rspack, see the [official documentation](https://www.rspack.dev/).
If this option is enabled (**true** by default), Mendix analyzes every microflow that can be triggered from the client to minimize the number of objects required to be sent. This speeds up your app significantly.
0 commit comments