Peter Muessig

Results 150 comments of Peter Muessig

@icostaykov Thanks for sharing your repository - now it is clear to me what's going wrong in your case. In your `index.html` you are using UI5 from CDN. In this...

One thing to add: I just solved the issue in your project but not recognizing your initial issue statement again now and your ask is different. Unfortunately, when loading UI5...

`ui5-tooling-modules` version `3.2.6` should fix the issue!

@icostaykov - the chunks are created when the bundler finds dynamic require/import statements - or in some special cases, when the same modules are shared by 2 or more different...

Hi @Kalo2412 , is there any example project you can share? THX

Thanks @Kalo2412 - I found a few issues here and there - it's really tricky to make the SDK available via tooling-modules. The issue you reported is just the surface...

Fix for naming of variables of re-exports: https://github.com/ui5-community/babel-plugin-transform-modules-ui5/pull/122 Will be released with `babel-plugin-transform-modules-ui5` version `7.2.7` - but still this doesn't completely fix your issue here...

I just found the following docu from the Cloud SDK guys which explains the usage in React / Angular: https://sap.github.io/cloud-sdk/docs/js/guides/browser The biggest issue with the Cloud SDK is that is...

Related to https://github.com/SAP/ui5-tooling/issues/651 - waiting until this precondition is fulfilled!