Skip to content

Commit 141ab19

Browse files
committed
Review
1 parent 736125c commit 141ab19

1 file changed

Lines changed: 5 additions & 7 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 & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +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.
25+
This setting was introduced in [Mendix 11.9.0](/releasenotes/studio-pro/11.9/). It is only available for applications using React client.
2626
{{% /alert %}}
2727

28-
This setting is only available for applications using React client.
28+
The available options are listed below:
2929

30-
Available options:
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)
3132

32-
* **Rspack (beta)**: Use Rspack to bundle the React client app. A faster, more memory-efficient bundler.
33-
* **Rollup**: Use Rollup to bundle the React client app (default).
34-
35-
For more information about Rspack, see the official documentation [https://www.rspack.dev/](https://www.rspack.dev/)
33+
For more information about Rspack, see the [official documentation](https://www.rspack.dev/).
3634

3735
### Use New String Behavior {#new-string-behavior}
3836

0 commit comments

Comments
 (0)