You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firstly, thanks for the amazing work on the @rollup/plugin-node-resolve plugin, its a life-saver. Especially happy to have the latest work on supporting package entry points! This issue relates to how the plugin handles nested paths in package entry points. In theory, the examples in the repl.it should be allowed: https://nodejs.org/api/packages.html#packages_package_entry_points
Rollup Plugin Name: @rollup/plugin-node-resolve
Rollup Plugin Version:10.0.0
Rollup Version:2.33.1
Operating System (or Browser): MacOS Catalina (10.15.6)
Firstly, thanks for the amazing work on the @rollup/plugin-node-resolve plugin, its a life-saver. Especially happy to have the latest work on supporting package entry points! This issue relates to how the plugin handles nested paths in package entry points. In theory, the examples in the repl.it should be allowed: https://nodejs.org/api/packages.html#packages_package_entry_points
Expected Behavior
To be able to resolve packages with export fields that contain nested paths. This seems like a common scenario:
or
or any of the examples in https://nodejs.org/api/packages.html#packages_package_entry_points
Actual Behavior
The plugin is unable to resolve nested paths. Please see attached repl.it for a minimal reproducible example of this.
Additional Information
The text was updated successfully, but these errors were encountered: