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
When splitting modules in different parts by setting the numberOfParts property in the ui5.yaml, it is expected that the resulting modules are always the same.
Current Behavior
The resulting parts differ each time when building the project depending on the file sizes.
Steps to reproduce the issue
clone the project ui5-builder
adapt libraryHTree in test/lib/builder/builder.js to
Expected Behavior
When splitting modules in different parts by setting the
numberOfParts
property in the ui5.yaml, it is expected that the resulting modules are always the same.Current Behavior
The resulting parts differ each time when building the project depending on the file sizes.
Steps to reproduce the issue
ui5-builder
libraryHTree
intest/lib/builder/builder.js
tonpm run unit-inspect test/lib/builder/builder.js
Context
Affected components
The text was updated successfully, but these errors were encountered: