-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sap libraries in bundle #841
Comments
Are you referring to a specific bundle or all the files in the build result? If you remove the -a flag from your command and after clearing the dist directory, does the result match better with your expectation? |
Hi, |
I see. In that case, try using the |
Yes, I tried that one: |
You need to specify the name as defined in the library's Check the output of |
Thank you for the hint! It worked. |
As per feedback provided in SAP/ui5-tooling#841 (comment), explain that the provided dependency names must match the ui5.yaml names and not the npm module names.
As per feedback provided in SAP/ui5-tooling#841 (comment), explain that the provided dependency names must match the ui5.yaml names and not the npm module names.
Hi,
I upgraded ui5 tooling from v2 to v3 and the issue is that sap libraries are included in the final bundle, which is bad in my case because it becomes too heavy. It leads to failed deployment to CF space due to the size of the bundle.
Expected Behavior
Not having sap libraries in bundle
Current Behavior
Having sap libraries in bundle
Steps to Reproduce the Issue
Context
ui5 --version
when using the CLI):3.3.0
unknown
18.15.0
macOS
unknown
nothing
Log Output / Stack Trace
The text was updated successfully, but these errors were encountered: