diff --git a/lib/tasks/bundlers/generateLibraryPreload.js b/lib/tasks/bundlers/generateLibraryPreload.js index e223a2a9a..f227a928c 100644 --- a/lib/tasks/bundlers/generateLibraryPreload.js +++ b/lib/tasks/bundlers/generateLibraryPreload.js @@ -281,7 +281,7 @@ function getSapUiCoreBunDef(name, filters, preload) { * @param {module:@ui5/fs.AbstractReader} parameters.dependencies Reader or Collection to read dependency files * @param {module:@ui5/builder.tasks.TaskUtil|object} [parameters.taskUtil] TaskUtil * @param {string[]} [parameters.options.excludes=[]] List of modules declared as glob patterns (resource name patterns) - * that should be excluded. + * that should be excluded from the library-preload.js bundle. * A pattern ending with a slash '/' will, similarly to the use of a single '*' or double '**' asterisks, * denote an arbitrary number of characters or folder names. * Re-includes should be marked with a leading exclamation mark '!'. The order of filters is relevant, a later