Skip to content

Commit f6305c1

Browse files
authored
Merge pull request #10882 from EnasAbdelrazek/ufc-rspack-bundler-setting
Rspack bundler setting
2 parents a971612 + 141ab19 commit f6305c1

1 file changed

Lines changed: 13 additions & 0 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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,19 @@ The available configuration options are as follows:
1919
* **Yes**: Use the React client (default). In this mode, you will get consistency errors for incompatible widgets.
2020
* **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.
2121

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+
2235
### Use New String Behavior {#new-string-behavior}
2336

2437
{{% alert type="info" %}}

0 commit comments

Comments
 (0)