Skip to content

Commit d1e496f

Browse files
committed
fix: Links to API calls to v5
1 parent 43cfd29 commit d1e496f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/documentation/docs/pages/CodeAnalysis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ For example, top-level code is always executed. Flow-control statements in JavaS
3535

3636
Any dependencies found that - according to these rules - are always executed, are collected as eager (or standard) dependencies. Dependencies that are found on a code path that depends on certain conditions are collected as conditional dependencies.
3737

38-
The bundling implemented by UI5 CLI can either follow only eager dependencies (`resolve`: `true`) or additionally conditional dependencies (`resolveConditional`). For more information, see [Custom Bundling](https://ui5.github.io/cli/v4/pages/Configuration/#custom-bundling).
38+
The bundling implemented by UI5 CLI can either follow only eager dependencies (`resolve`: `true`) or additionally conditional dependencies (`resolveConditional`). For more information, see [Custom Bundling](https://ui5.github.io/cli/v5/pages/Configuration/#custom-bundling).
3939

4040
When a dependency in one of the mentioned APIs is not a "simple literal" but an expression, the corresponding module is marked as "having dynamic dependencies". This marker is currently not further evaluated by UI5 CLI.
4141

0 commit comments

Comments
 (0)