iampava / imagemin-webp-webpack-plugin

Webpack plugin which converts images to the WebP format while also keeping the original files.
MIT License
113 stars 27 forks source link

Add discardLarger option to discard WebP images that are larger #88

Open doughamlin opened 2 years ago

doughamlin commented 2 years ago

This PR adds a discardLarger option. When discardLarger is true, the plugin will discard WebP images that are larger than their source files.