In addition to paths, it would be nice to resolve module names:
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.