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-transpile): properly lookup the babel config #986

Closed petermuessig closed 2 months ago

petermuessig commented 2 months ago

This fix checks the package.json to contain a babel config object and only in this case interprets the package.json as source of the configuration.

This fix is marked as feature because it may change the lookup of the configuration and detects now properly the babel config file in parent folders like babel itself does...