Stephen Cook
Stephen Cook
@guptakvgaurav managed to get the following error with his webpack set-up: ``` Could not find a matching event to end misc compile { fillLast: true } /Users/ttn/labs/ttn_web/node_modules/speed-measure-webpack-plugin/index.js:104 throw new Error("No...
Loaders such as css-loader w/ ExtractTextPlugin etc. can have confusing multiple / duplicate outputs. This is completely expected (as mentioned in https://github.com/stephencookdev/speed-measure-webpack-plugin/issues/47) - but is confusing. It would be good...
Currently we only report info on aggregate loader groups But we can get per-loader timing info with a bit more work
It can be quite hard to compare at a glance some of the output, and this is definitely the sort of thing that a swish ux would help with An...