Skip to content

Commit 6776c46

Browse files
authored
Update app bundler information in runtime-tab.md
Clarified the availability of the app bundler setting and updated the descriptions for Rspack and Rollup.
1 parent 99af054 commit 6776c46

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

  • content/en/docs/refguide/modeling/app-explorer/app/app-settings

content/en/docs/refguide/modeling/app-explorer/app/app-settings/runtime-tab.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,15 @@ The available configuration options are as follows:
2222
### App bundler {#app-bundler}
2323

2424
{{% 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.
2628
{{% /alert %}}
2729

2830
The available options are listed below:
2931

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)
3234

3335
For more information about Rspack, see the [official documentation](https://www.rspack.dev/).
3436

0 commit comments

Comments
 (0)