-
-
Notifications
You must be signed in to change notification settings - Fork 588
New issue
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
feat!: use native resolver in loader #4945
Conversation
1c97e84
to
213dd0f
Compare
@bvanjoi I don't remember why we don't hold on this? |
This pull request has been automatically marked as stale because it has not had recent activity. If this pull request is still relevant, please leave any comment (for example, "bump"). |
close for outdated |
✅ Deploy Preview for rspack canceled.Built without sensitive environment variables
|
!bench |
📝 Benchmark detail: Open
|
this is also breaking change, please note add breaking change notice |
Hi, I wonder in which case this will break the user's config or plugin, can we add more explanations |
Added "release: breaking change" label for changelog generating |
!eco-ci |
Fixes #4672
This pull request exports the
ResolverFactory
from the Rust implementation to the JavaScript side.There are some differences between the Rust native
ResolverFactory
/Resolver
and their counterparts in webpack:ResolverFactory
does not support any hooks.Resolver
only supports the following functions: