We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When resolving picocolors, module resolver resolves to the wrong entry file.
Current behavior: …/node_modules/picocolors/picocolors.js
…/node_modules/picocolors/picocolors.js
Picocolors has the following package.json
"name": "picocolors", "version": "1.0.0", "main": "./picocolors.js", "types": "./picocolors.d.ts", "browser": { "./picocolors.js": "./picocolors.browser.js" }
Should resolve to …/node_modules/picocolors/picocolors.browser.js
…/node_modules/picocolors/picocolors.browser.js
No response
Node : 16.17.0 OS : darwin arm64 pnpm : 7.30.0 nx : 15.8.6 @nrwl/js : 15.8.6 @nrwl/jest : 15.8.6 @nrwl/linter : 15.8.6 @nrwl/workspace : 15.8.6 @nrwl/cli : 15.8.6 @nrwl/detox : 15.8.6 @nrwl/devkit : 15.8.6 @nrwl/eslint-plugin-nx : 15.8.6 @nrwl/react : 15.8.6 @nrwl/react-native : 15.8.6 @nrwl/tao : 15.8.6 typescript : 4.9.5
The text was updated successfully, but these errors were encountered:
fix(expo): add aliasFields to handle replaced files in browser env
aliasFields
9bea1fe
closed nrwl#16105
fix(react-native): add aliasFields to handle replaced files in brow…
f0d2b29
…ser env closed nrwl#16105
ac96efa
bb20ad1
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Current Behavior
When resolving picocolors, module resolver resolves to the wrong entry file.
Current behavior:
…/node_modules/picocolors/picocolors.js
Picocolors has the following package.json
Expected Behavior
Should resolve to
…/node_modules/picocolors/picocolors.browser.js
GitHub Repo
No response
Steps to Reproduce
Nx Report
Failure Logs
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: