Benjamin Reim
Benjamin Reim
## Expected Behavior One reason why UI5 modules can be included in the self-contained bundle - even when not explicitly used within the project - is that these modules might...
## Expected Behavior In some use cases, it is desired to use multiple ui5 components in a shared environment (for instance loading an application component _appB_ file during runtime once...
## Expected Behavior When running a preload-build, `Component-preload.js` files should be generated for each `Component.js` file within an ui5 app project. ## Current Behavior In UI5 App Projects that contain...
## Expected Behavior Having the self-contained build is a great improvement in terms of bundle size. Creating `sap-ui-custom.js` bundles brings huge performance benefits. However, as apps grow, the bundle grows...
## Expected Behavior `test-resources` of project dependencies shall not be part of a (production) build ## Current Behavior `test-resources` folder is part of the build result ## Steps to reproduce...
## Expected Behavior When analyzing the code coverage (e.g. by Chrome Dev Tools --> Coverage) of an UI5 app that has been bundled by the ui5-tooling / self-contained build, a...
## Expected Behavior All run-time resources - including project dependencies - shall be considered cachebusting relevant. ## Current Behavior Currently, project dependencies are not considered – even when they are...
## Expected Behavior Shall not include excluded resources in build. ## Current Behavior Although excluded in [configuration](https://github.com/BenReim/openui5-sample-app/blob/bundle-conf/ui5.yaml), resource is still being considered during build process. ## Steps to reproduce the...
```javascript sap.m.URLHelper.redirect(sUrl) ``` When using the `URLHelper`, which exists as a global on the `sap.m` library, typescript shows an error message: ``` Property 'URLHelper' does not exist on type 'typeof...
Some task are being run even if included in the `--exclude-task` CLI option ## Current Behavior When running the build in a library project: ``` > ui5 build --clean-dest --exclude-task=minify,generateLibraryPreload...