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
194 stars 94 forks source link

fix(ui5-tooling-modules): improved packaging of npm packages #929

Closed petermuessig closed 11 months ago

petermuessig commented 11 months ago

The packaging of npm packages resolves the browser modules also from the exports section of the package.json. This provides a better coverage to detect the browser modules inside the npm packages.

In addition, this fix also allows to add polyfill overrides in the current working directory.

Fixes #927 Fixes #915