Closed
Description
Prerequisites
- I have read the Contributing Guidelines.
- I agree to follow the Code of Conduct.
- I have searched for existing issues that already include this feature request, without success.
Describe the Feature Request
I have a module that exports multiple entry points via package.json
exports
, but I can't use it in stencil as @rollup/plugin-node-resolve
is to old to support it.
Support for exports
was introduced in v11.0.0
, the current version used in stencil is v9.0.0
.
Describe the Use Case
Supporting importing from packages that use exports
in package.json
Describe Preferred Solution
Upgrading @rollup/plugin-node-resolve
to at least ^11
Describe Alternatives
No response
Related Code
No response