`extensions` option is confusing
caccialdo opened this issue · 1 comments
caccialdo commented
In most rollup plugins, extensions
is used as a filter option to process or not the file.
In this plugin, extensions
refers to the extensions that be resolved by the node resolver.
Having it inside customResolveOptions
would help making this distinction clearer IMO.
dima-takoy-zz commented
Any ideas? I think it can be closed now.
- I am personally wasn't confused with it
- We already introduce mainFields that was breaking change and I think introduce yat another breaking change without big reasons is a bad idea.