You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on developing a SAPUI5 Fiori app for the Security Self Service team.
Application loading time and rendering of UI elements is quite slow, so we decided to uglify and minify the code. This is achieved with the help of @sap/ui5-builder-webide-extension, following the help.sap tutorial from here.
The code is processed and placed - minified and uglified - into the dist folder, that resides directly under the root folder. However when we deploy the app to the Fiori Launchpad or try to run it as SAP Fiori Launchpad Sandbox, the code is read from the webapp folder, not from the dist.
We tried several approaches, but were not able to change the location from where the source code is loaded. How can we achieve this?
Thank you,
Luisa
The text was updated successfully, but these errors were encountered:
Dear colleagues,
I am working on developing a SAPUI5 Fiori app for the Security Self Service team.
Application loading time and rendering of UI elements is quite slow, so we decided to uglify and minify the code. This is achieved with the help of @sap/ui5-builder-webide-extension, following the help.sap tutorial from here.
The code is processed and placed - minified and uglified - into the dist folder, that resides directly under the root folder. However when we deploy the app to the Fiori Launchpad or try to run it as SAP Fiori Launchpad Sandbox, the code is read from the webapp folder, not from the dist.
We tried several approaches, but were not able to change the location from where the source code is loaded. How can we achieve this?
Thank you,
Luisa
The text was updated successfully, but these errors were encountered: