Skip to content

Commit 7fe3d4c

Browse files
authored
Merge pull request #11213 from EnasAbdelrazek/ufc-make-rspack-ga
Make Rspack GA and document backports
2 parents 3b6bd7e + 39a52b8 commit 7fe3d4c

2 files changed

Lines changed: 20 additions & 3 deletions

File tree

  • content/en/docs
    • refguide10/modeling/app-explorer/app/app-settings
    • 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/). 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 (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).
3234

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

content/en/docs/refguide10/modeling/app-explorer/app/app-settings/_index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,21 @@ This setting enables the new React version of the Mendix Client. This React clie
3838
* **Yes**: Use the React client. In this mode, you will get consistency errors for incompatible widgets.
3939
* **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.
4040

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/).
55+
4156
### Optimize Network Calls {#optimize-network-calls}
4257

4358
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

Comments
 (0)