rspack icon indicating copy to clipboard operation
rspack copied to clipboard

[Bug]: `JsResolverFactory` should cache `Resolver` instance based on different options

Open h-a-n-a opened this issue 6 months ago • 1 comments

Details

JsResolverFactory will now cache Resolver instance for each type(such as "normal") based on the options passed in the first invocation. We need to add these options into cache key's consideration.

h-a-n-a avatar Apr 18 '25 06:04 h-a-n-a