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
Fix: Also handle require() calls when fixing deep relative imports
Add support for require() patterns in addition to import statements.
When tsup/esbuild processes external imports, they might be transformed
to require() calls, so we need to fix those paths too.
0 commit comments