We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Need a resolver to handle require.js syntax:
require(['lib/myDependency'], function { //Do What you want });
where lib/myDependency is relative to current js file and omitt .js suffix.
lib/myDependency
The text was updated successfully, but these errors were encountered:
I've never used requirejs. Could you give me a bit more details on exactly what you'd like to have happen?
Resolvers use asset names taken from the humpty configuration. Are you suggesting that the requirejs configuration be read instead?
Sorry, something went wrong.
No branches or pull requests
Need a resolver to handle require.js syntax:
where
lib/myDependency
is relative to current js file and omitt .js suffix.The text was updated successfully, but these errors were encountered: