vbenjs / vite-plugin-imagemin

A vite plugin for compressing image assets.
MIT License
207 stars 28 forks source link

Make sure static file are also processed #21

Closed naranjamecanica closed 2 years ago

naranjamecanica commented 2 years ago

We're using a lot of static files in our project, which weren't processed any more in the last version. I've re-added this functionality in such a way it won't slow down projects that don't have any static files.

Hope you can merge it!