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
refactor(build): simplify alias plugin to single regexp handler
Consolidated two separate onResolve handlers into one using a unified
regexp pattern that matches both exact package imports and subpath
imports with (/|$). This reduces code complexity while maintaining
the same functionality for local package alias resolution.
0 commit comments