Stephen Cook

Results 39 comments of Stephen Cook

Thanks for raising this @tanhauhau! I've just checked this out locally — unfortunately I don't think it works fully as expected :( You can see it's breaking some of the...

https://github.com/stephencookdev/speed-measure-webpack-plugin/pull/17 will address this partially, but with a few limitations. Removing the v1 label from this issue, so it can track the removal of these limitations post-v1

This sounds related to what https://github.com/PixelsCommander/ReactiveElements/pull/101/files#diff-44c50326492e682f4f483c29bd1c598dR37 is trying to solve

You can generate just 1 manifest file by adding a custom `generate` function ```javascript const seed = {}; const generate = (_, files) => files.reduce((_, { name, path }) =>...

I imagine this one would require a bit of discussion before implementing. Namely, what would the expected behaviour be when running in multicompiler mode? Should Jarvis show multiple tabs in...

Just double checked, doing 2 server works for me. Are you sure you're not just having issues with the `plugins` config in general (e.g. if you keep everything as it...

Is it possible for you to share your whole webpack config? (or a subset of it which still exhibits the same issue)

But how are the `plugins` and `pluginsCSS` variables instantiated and populated? It'd be great if you could include a webpack config that we can drag&drop into our workspace, so we...

I had this issue, but because of an issue nothing to do with this library 🙈 Just in case anyone else is in the same boat - check that your...