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
Regardless if I use ui5 build --all or ui5 build self-contained --all I need the ability to load the app in debug-mode with URL param sap-ui-debug=true
Current Behavior
In self-contained build mode i don't get the minified / uglified js - files, when i use url param sap-ui-debug=true. This files are still present in the app folders, so it seems that only the url - param depending loading is missed here
Steps to reproduce the issue
build your app with ui5 build self-contained --all
run your app from dist - folder via (npm) serve command
add the url param ?sap-ui-debug=true
open browser developer tools and try to debug one of your controller files
Context
UI5 Module Version (output of ui5 --version when using the CLI): 1.0.0
Expected Behavior
Regardless if I use
ui5 build --all
orui5 build self-contained --all
I need the ability to load the app in debug-mode with URL paramsap-ui-debug=true
Current Behavior
In self-contained build mode i don't get the minified / uglified js - files, when i use url param sap-ui-debug=true. This files are still present in the app folders, so it seems that only the url - param depending loading is missed here
Steps to reproduce the issue
ui5 build self-contained --all
Context
ui5 --version
when using the CLI):1.0.0
Affected components (if known)
The text was updated successfully, but these errors were encountered: