Skip to content

Commit 5ee4ba2

Browse files
Document Rspack support
1 parent d663ebd commit 5ee4ba2

1 file changed

Lines changed: 11 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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,17 @@ 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+
This setting is only available for applications using React client.
25+
26+
Available options:
27+
28+
* **Rspack (beta)**: Use Rspack to bundle the React client app. A faster, more memory-efficient bundler.
29+
* **Rollup**: Use Rollup to bundle the React client app (default).
30+
31+
For more information about Rspack, see the official documentation [https://www.rspack.dev/](https://www.rspack.dev/)
32+
2233
### Use New String Behavior {#new-string-behavior}
2334

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

0 commit comments

Comments
 (0)