Merlin Beutlberger

Results 163 comments of Merlin Beutlberger

The problematic dynamic require in sap.ui.core has since moved to https://github.com/SAP/openui5/blob/c1b7517b7857b58879c3e3473bbaeced10ea55a2/src/sap.ui.core/src/sap/ui/core/date/_Calendars.js#L18

I think this is another issue that can be declared as "resolved" with UI5 Tooling v3. The `uglify` task has been replaced by `minify` which will minify all JS resources...

This is possible with [UI5 Tooling v3.0](https://blogs.sap.com/2023/02/10/ui5-tooling-3.0/). Libraries no longer need to have a namespace directory structure in `src` and `test` 🎉

Surprised to see this issue is still open. This should be resolved with the [v3 releases](https://blogs.sap.com/2023/02/10/ui5-tooling-3.0/) 🎉

Updated the documentation at https://sap.github.io/ui5-tooling/stable/pages/Configuration/#exclude-resources

This issue should be resolved in the [v3 releases.](https://blogs.sap.com/2023/02/10/ui5-tooling-3.0/) We changed the critical APIs to rely on dependency injection, rather than requiring the modules independently (which lead to issues like...

UI5 Tooling determines the project root path to be the directory containing the closest package.json to the CWD of the process (searching in the current and all parent directories). The...

> Do the ui5-tooling team have a plan for a more performant local development experience (create bundles/dev-bundles for libraries before serving, utilizing webpack and hmr, etc)? Yes we do! Ultimately,...

**Update:** This can still be reproduced as described with Node `v20.11.1` and npm `v10.2.4`