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/) and available in Mendix 11.6.7 MTS. 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**: Use Rspack to bundle the React client application for faster build times and lower memory usage.
31
-
***Rollup**: Use Rollup to bundle the React client application (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/).
0 commit comments