chrisdwheatley / netlify-plugin-image-optim

Optimize images as part of your Netlify build process. Optimizes PNG, JPEG, GIF and SVG file formats.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add incremental logs

ehmicky opened this issue · comments

Many users are canceling builds in the middle of this plugin due to the time taken by image minification.

One way to fix this could be to provide some type of incremental logs such as:

  • A progress bar
  • Or printing each file path, one by one, as they get minified

What do you think?