Skip to content

Commit

Permalink
generateLibraryPreload JSDoc: Clarify that exclude only applies to li…
Browse files Browse the repository at this point in the history
…brary-preload.js
  • Loading branch information
RandomByte committed Feb 9, 2021
1 parent d0f9ef0 commit 172bb9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/bundlers/generateLibraryPreload.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 172bb9d

Please sign in to comment.