diff --git a/lib/processors/bundlers/moduleBundler.js b/lib/processors/bundlers/moduleBundler.js index 4ce22607e..209b66464 100644 --- a/lib/processors/bundlers/moduleBundler.js +++ b/lib/processors/bundlers/moduleBundler.js @@ -45,12 +45,18 @@ const log = getLogger("builder:processors:bundlers:moduleBundler"); * the module itself. * This requires the ui5loader to be available at build time and UI5 version 1.74.0 or higher at runtime. * + *
depCache: A 'depCache' section is transformed into a `sap.ui.loader.config` call that maps
+ * module names to their respective dependencies (including declarative views/fragments).
+ * This requires the ui5loader to be available at build time.
+ *