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
Yes, it's only a few kb, but it's a few kb I don't want :P
The text was updated successfully, but these errors were encountered:
Yes, good call. Asked about it here mike-north/ember-lodash#16
Sorry, something went wrong.
FWIW I can no longer reproduce this problem.
ember new foo cd foo ember install ember-cli-mirage
requirejs.has('lodash') is showing true for ember serve and false for ember serve -prod.
requirejs.has('lodash')
true
ember serve
false
ember serve -prod
Would love it though if someone could tell me why this appears to be working now, because I don't see any code that would make this work... 😕
Closing as this appears to be working and no activity has been made on this in a while.
No branches or pull requests
Yes, it's only a few kb, but it's a few kb I don't want :P
The text was updated successfully, but these errors were encountered: