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
This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.
Describe the bug
Attempting to use a plugin with @swc/[email protected] with [email protected] and pnp enabled triggers
Input code
Config
Playground link
No response
Expected behavior
Ideally, plugins would use something like the patched
require.resolve
that yarn provides.Actual behavior
node_modules
might be hard coded.Version
1.2.197
Additional context
Repro repo https://github.com/wegry/swc-pnp-plugin-trouble.
Running
yarn && yarn swc index.js
triggers the issue.The text was updated successfully, but these errors were encountered: