stephencookdev / speed-measure-webpack-plugin

⏱ See how fast (or not) your plugins and loaders are, so you can optimise your builds
MIT License
2.41k stars 80 forks source link

Dramatically slow build time when used together with webpack's IgnorePlugin #203

Open jordan-meraki opened 2 weeks ago

jordan-meraki commented 2 weeks ago

I am using a private corporate repo that uses webpack. This plugin reports that the IgnorePlugin step alone takes 21 minutes (the whole build takes 45 minutes); however, when I remove speed-measure-webpack-plugin the build takes 5 minutes total. Also if I remove IgnorePlugin it is much faster also.

So any combination of the two causes a dramatic slowdown.