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
Browserify does a slightly different lookup to node because it looks in the "browser" field in package.json
"browser"
It would be good to have an option to specify whether we wanted to do the lookups for browser or server.
The text was updated successfully, but these errors were encountered:
I'll look into this and see what I can do :) Should just be a matter of using resolve in place of browser-resolve with a couple of tweaks.
Sorry, something went wrong.
No branches or pull requests
Browserify does a slightly different lookup to node because it looks in the
"browser"
field in package.jsonIt would be good to have an option to specify whether we wanted to do the lookups for browser or server.
The text was updated successfully, but these errors were encountered: