-
-
Notifications
You must be signed in to change notification settings - Fork 834
feat: upgrade @rollup/plugin-node-resolve in order to support exports in package.json #3605
Copy link
Copy link
Closed
Labels
Resolution: RefineThis PR is marked for Jira refinement. We're not working on it - we're talking it through.This PR is marked for Jira refinement. We're not working on it - we're talking it through.
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
Additional Information
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Resolution: RefineThis PR is marked for Jira refinement. We're not working on it - we're talking it through.This PR is marked for Jira refinement. We're not working on it - we're talking it through.