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
[!] Error: Could not load C:\project\node_modules\react-redux\node_modules\@babel\runtime\helpers\esm\objectWithoutPropertiesLoose (imported by node_modules\react-redux\es\connect\connect.js): ENOENT: no such file or directory, open 'C:\C:\project\node_modules\react-redux\node_modules\@babel\runtime\helpers\esm\objectWithoutPropertiesLoose'
Additional Information
Directory match is preferred over direct file/subpath match, if directory match is configured before subpath match in exports.
This should be a fallback, if no subpatch match exists.
Hint: After removing line 27 - 30 the build was successfully.
Expected Behavior
Successful bundle for packages whose "exports" field in package.json like below:
Actual Behavior
Unable to bundle, output like this:
Additional Information
Directory match is preferred over direct file/subpath match, if directory match is configured before subpath match in exports.
This should be a fallback, if no subpatch match exists.
Hint: After removing line 27 - 30 the build was successfully.
plugins/packages/node-resolve/src/resolveImportSpecifiers.js
Lines 27 to 35 in d35a7ea
The text was updated successfully, but these errors were encountered: