You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some task are being run even if included in the --exclude-task CLI option
Current Behavior
When running the build in a library project:
> ui5 build --clean-dest --exclude-task=minify,generateLibraryPreload
info ProjectBuilder Preparing build for project my.library
info Project 1 of 1: ❯ Building library project my.library
[...]
info my.library › Running task minify...
info my.library › Running task generateLibraryPreload...