Benjamin Reim

Results 18 comments of Benjamin Reim

@RandomByte thanks for elaborating. I think my question refers more to the current default behavior of the ui5-builder rather than any custom configuration of it. I now understood that by...

@codeworrior Thanks for the info. I’ll see if I can create a nested component sample where the described behavior occurs.

Hello, I believe the issue to arise when a resource mapping is being used. I have created an example where the issue can be reproduced: https://github.com/BenReim/UI5Lab-app-simple/tree/component-load-issue

Due to this issue, the ui5 bootstrap will currently fail if the project has been build as `self-contained`, but does not include all project dependencies. ```shell ui5 build self-contained ```

>I guess the main problem is that we don't know which JavaScript files might be required at runtime. To be honest, I didn’t think much of aspect. My assumption was...

Related: https://github.com/ui5-community/ui5-ecosystem-showcase/issues/168

Hi Peter, thanks for your fast response. Regarding the CommonJS require syntax, I was aware that this is probably not going to work with the tooling, yet hadn't found a...

>BTW: are you aware of any formatter in xml which also formats strings representing objects in xml attribute? Not sure about the name, but the now deprecated SAP Web IDE...