Stephen Cook

Results 39 comments of Stephen Cook

So the issue of `childCompilation.assets[outputName].source()` I believe might actually be a separate root issue... But the issue of the `compiler.hooks` missing, has 2 possible causes Either, this [`wrapHooks`](https://github.com/stephencookdev/speed-measure-webpack-plugin/blob/master/WrappedPlugin/index.js#L213) call is...

Hey @sibelius — thanks for flagging. Can you give me some repro steps for this? I haven't seen this error

Hey @rosenfeld Just to clarify, do you mean a config like so? ```javascript module.exports = env => { return [conf1, conf2]; }; ``` if so, then you can do the...

I did, but with a stupid fake example - entirely possible I missed any issues with the second config not actually getting measured. Sorry about that :/ I'll get a...

Sorry for the radio-silence on this one, been a hectic couple of weeks! I've raised https://github.com/stephencookdev/speed-measure-webpack-plugin/pull/41 which should address multi-configs, and env-generated configs as first-party options So on that branch,...

I have a gitlab account of the same name, @stephencookdev if you want to share that :)

Yeah, you assume correctly about what that range is showing you. So you won't be able to get that information out from `humanVerbose` right now, you could get it out...

No, I've not had a chance to look at this issue yet @darrell0904 - I would appreciate any PRs!

@guptakvgaurav - this is a bit of an odd error to me. Basically it means that you've hit the "compile/end" flow without ever hitting the "compile/start" flow :thinking: Would you...

I suspect the issue may be linked to [this other issue with html-webpack-plugin](https://github.com/stephencookdev/speed-measure-webpack-plugin/issues/63#issuecomment-450126559)