-
-
Notifications
You must be signed in to change notification settings - Fork 600
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
node-resolve cannot resolve exports entry #727
Comments
This is fixed here #675 but not released yet |
(@FredKSchott note that's not a valid reproduction, and we hold everyone to providing one that matches an option from the template) |
Thank you! Looking forward to that fix getting released. Feel free to close this if it's already being tracked elsewhere. @shellscape apologies! it was late at night and I was rushing to wrap up and head to bed :) |
Confirmed upgrading the node-resolve plugin to 11.0.1 works. Thanks! |
Whoops, meant to comment. Closing citing the latest version working. |
Reproduction
Expected Behavior
@babel/runtime/helpers/esm/extends
resolves correctly, based on package "exports" map.Actual Behavior
Additional Information
I can reproduce in both CJS & ESM mode for Node. I know that #684 exists but I think this is a different issue, since in this case the export map is actually correct, and both the import and export map entry are extensionless.
The text was updated successfully, but these errors were encountered: