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
It is very stupid to have multiple Rust-based resolvers that significantly bloat the size of node_modules. oxc-resolver is more widely adopted (@swc-node/register, vite, etc.) than unrs-resolver, so it is possible to re-use one package that helps reduce the final installation size.
I am willing to take over the maintenance of the package.