You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like the input file gets outputted if there are no possible filesize savings. Is this behaviour intended? Can i force the webp creation somehow?
The text was updated successfully, but these errors were encountered:
It's this line which prevents the webp conversion if the webp is not smaller than the input image (KB): https://github.com/imagemin/imagemin/blob/master/index.js#L24
I get the reason behind but still it makes imagemin-webp working very unreliable.
It seems like the input file gets outputted if there are no possible filesize savings. Is this behaviour intended? Can i force the webp creation somehow?
The text was updated successfully, but these errors were encountered: