chrisdwheatley/netlify-plugin-image-optim

Add incremental logs

ehmicky opened this issue · 0 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?