Support browser
field spec -- node-resolve
plugin should be first
#67
Labels
kind: support
Asking for support with something or a specific use case
problem: plugin order
The plugin order in this issue seems incompatible. See the "Compatibility" section in the README
problem: stale
Issue has not been responded to in some time
scope: integration
Related to an integration, not necessarily to core (but could influence core)
solution: out-of-scope
This is out of scope for this project
What happens and why it is wrong
I imported a module which has different typing for NodeJS and browsers.
It uses this specification to select right js. It works fine for .js but not for .d.ts.
I cannot compile my code for browser because the server-side typings still is used.
I don't sure what the issue is related to this plugin.
May be actually this problem sits in
rollup-plugin-node-resolve
.Versions
rollup.config.js
tsconfig.json
The text was updated successfully, but these errors were encountered: