Ivan Kopeykin
Ivan Kopeykin
@alexander-akait did not get what is this issue about.. adding manifest like plugin to webpack core? could you explain? maybe I would like to help here
@alexander-akait is it still an issue for `webpack@5`?
you need to update snapshots
I guess thats the reason https://github.com/webpack/enhanced-resolve/blob/main/lib/ResolverFactory.js#L354
I personally think we dont need cache here.. maybe at first implementation there was some specific usage for `resolver.join`, but right now it used in a lot of cases, sometimes...
on cold builds it does not make sense either since very low cache hit
we have a metrics repo, we just need to setup cache hits there...
Maybe syntax: ```js val: webpack.util.only({ val1: "val" }) ``` is more elegant? this is also could work with arrays ```js val: webpack.util.only([]) // instead of searching for "..." ``` as...
@alexander-akait other ideas?