Brandon Webb

Results 2 comments of Brandon Webb

I'm also encountering this exact issue. Looking at the code, the `resolver` that is provided to `HappyPlugin.prototype.apply` does not have `options`. Looks like the `resolver` is the `enhanced-resolve`'s `Resolver` and...

never mind - figured out the issue: I had placed the plugins under `resolvers` and not the top-level `plugins` 😞. @maybeeee This might also be your issue too, if you...