- Rollup Plugin Name: node-resolve
- Rollup Plugin Version: latest
Feature Use Case
The package.json "browser" field supports external mappings of the form:
{
"browser" {
"external": "newexternal",
"./local.js": "external/subpath"
}
}
For example see https://github.com/sodium-friends/sodium-universal/blob/master/package.json#L14
Feature Proposal
By default the node-resolve plugin is currently handling these as local package paths instead of external resolutions as they should be.
Feature Use Case
The package.json
"browser"field supports external mappings of the form:For example see https://github.com/sodium-friends/sodium-universal/blob/master/package.json#L14
Feature Proposal
By default the node-resolve plugin is currently handling these as local package paths instead of external resolutions as they should be.