In addition to paths, it would be nice to resolve module names: ``` json "browser": "foo" ``` Before npm used to dedupe packages, it was possible to reliably do something like: ``` json "browser": "./node_modules/foo/index.js" ``` Happy to open a PR - I just wanted to check if this is desirable or not first.