Klathmon / imagemin-webpack-plugin

Plugin to compress images with imagemin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Progressive JPEG if > 10Kb

shkarupa-alex opened this issue · comments

Could you add option to address this issue imagemin/imagemin#142 ?

Thanks for the idea!

I'll add 2 config options. minFileSize and maxFileSize. Then you can include 2 copies of the plugin into your config, one for files over 10kb, and one for files under 10kb.

I just added this and released version 1.5.1

You can see how to use it here.