Replies: 1 comment 4 replies
-
Yes, you can avoid Is it your first run? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use Webpack 5 and SpeedMeasurePlugin to measure how long plugins and loaders take to build. My expectation that
ImageMinimizerPlugin
should preserv Webpack cache option and create some cache for compressed images and should not process them twice. But when I start build twice without changing anythin in the code I see this resultImageMinimizerPlugin
took some time that tells me that cache didn't workMy Webpack cache configuration
So what is correct way to enable cache for image minification
Beta Was this translation helpful? Give feedback.
All reactions