ui5-community / ui5-ecosystem-showcase

A repository showcasing the UI5 tooling extensibility to combine OSS tools for UI5 application development.
https://ui5-community.github.io/ui5-ecosystem-showcase/
Other
189 stars 91 forks source link

feat(ui5-tooling-modules): support providing a path for the chunks #1009

Closed petermuessig closed 1 month ago

petermuessig commented 1 month ago

In order to cluster the modules, in version 3.5.x we introduced the concept to put the chunks into the closest matching modules directory to ensure that the modules are covered by the resource roots mapping from the main modules. As now all modules are loaded with relative paths, this feature is not important anymore and will become optional in favor of using a central chunks folder.