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
Let's close this in favor of #413, yeah, the title is different, but it works as exports should work, we don't allow to replace/alias when the exports field is provided, so we can do it only under a new option
Hi,
We encountered an issue where
enhanced-resolver
doesn't handle theexports
field inpackage.json
if thealias
is used.Steps to reproduce
enhanced-resolver
and@brightspace-ui/lms-context-provider
Expected
C:\test\webpack-resolver-issue\node_modules\@brightspace-ui\lms-context-provider\src\client\client.js
Actual
Notes
If we use the
browser
field instead of theexports
, we get the expected result.The text was updated successfully, but these errors were encountered: