vbenjs / vite-plugin-imagemin

A vite plugin for compressing image assets.
MIT License
207 stars 28 forks source link

Prevent adding the processed file to the bundle if its fileSize is greater than the original file #39

Open FatehAK opened 1 year ago

FatehAK commented 1 year ago

image

If processed fileSize > original fileSize prevent its addition to the bundle

wadefletch commented 1 year ago

I'm seeing this happen consistently with images that have been processed by another tool already.