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

fix(ui5-tooling-modules): ignore unkown modules for bundling #985

Closed petermuessig closed 3 months ago

petermuessig commented 3 months ago

When modules have dependencies to unknown or native modules (e.g. "fs") then the tooling extension tries to include them but cannot find and open them during the build process which leads to an empty bundle.

In addition, added a proper error logging in case of bundling errors to see the stack trace for the build and the middleware. The build will stop but the middleware just prints the issue without stopping the server.

Fixes #977

petermuessig commented 3 months ago

Test issues are related to a bug in MS OData services used for some tests