Results 4 comments of Don Mai

Ah ok, the workaround with require.resolve is nice. Thanks!

Ah ok, thanks. Appreciate it! These followup explanations were really clear. What you're saying is that it's super hard to reproduce webpack's internal cache without a webpack rewrite: once the...

Hey @markfinger , I'm not sure if this is related to the issue that you're describing, but it looks like the callback passed into `build` is only invoked once even...

Ah ok. Is the semantic of a request a single invocation of the compiler (i.e., compiler.run(..)), where compiler is a webpack instance with a particular options object? I'm also assuming...