Frank Weigel
Frank Weigel
With what UI5 version do you encounter this issue? To my knowledge, there's no supported version that is old enough to support the new tooling but has no ui5loader. I...
This is already on the [roadmap](https://github.com/SAP/ui5-tooling/issues/101) for the ui5 tooling.
The `resources/excludes` operates on the full scope of project resources while the bundle section filters only work on production resources. The overall exclude therefore rather should be something like ```yaml...
For the standard bundles that the UI5 runtime handles automatically (`Component-preload.js, library-preload.js`), there never have been any `-dbg` files. - in full debug mode (`sap-ui-debug=true`), the runtime skips the preload...
Implementing 1 IMO would imply to always do a 'clean' build, wouldn't it? Only checking for sources wouldn't work in case a bundle-dbg.js is created by configuration. Or are resources...
This indeed should not be the case. The runtime checks whether the corresponding Component.js module has been loaded (or preloaded) before requesting the Component-preload.js. If you still see requests, then...
Reopened to clarify whether the expected behavior is not met.
Any, ehm, comments?
Has this been solved in a different way?
Thanks! It's not a big thing. Just thought, the copyright comments in the UMD version should match the reality...