We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
In addition to paths, it would be nice to resolve module names:
"browser": "foo"
Before npm used to dedupe packages, it was possible to reliably do something like:
"browser": "./node_modules/foo/index.js"
Happy to open a PR - I just wanted to check if this is desirable or not first.