DeMoorJasper / parcel-plugin-imagemin

Parcel image minification plugin
MIT License
129 stars 7 forks source link

Default quality level without imagemin.config.js? #4

Closed windware-ono closed 6 years ago

windware-ono commented 6 years ago

Is it possible to set it to 100 by changing,

 let quality = config.quality || 100;

to let quality = config && config.quality || 100; ?

DeMoorJasper commented 6 years ago

Ow sure i’ll change it

Sent with GitHawk

DeMoorJasper commented 6 years ago

Should be fixed in latest version, also did a performance and mainly stability improvement by not always including every plugin