Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenUI5 1.54.x can not be build anymore (only in debug mode UI5 can be loaded). #2

Open
fuchsvomwalde opened this issue Apr 11, 2018 · 1 comment

Comments

@fuchsvomwalde
Copy link
Member

jQuery not found issue if running a build OpenUI5 1.54.x lib in runtime mode (no debug flag).

@fuchsvomwalde
Copy link
Member Author

Solution:
all library-preload.js files must be wrapped in:

sap.ui.define(['jquery.sap.global'], function(jQuery) {
   // content of previous preload file
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant