vbenjs / vite-plugin-imagemin

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

invalid build #27

Open Bo-LiangD opened 2 years ago

Bo-LiangD commented 2 years ago

image image image

Um. . . This plugin doesn't seem to work on my side. do not know what is happening emo emo

naranjamecanica commented 2 years ago

Looks like the same issue I was experiencing... see https://github.com/vbenjs/vite-plugin-imagemin/pull/26

If you replace "vite-plugin-imagemin": "^0.6.1", with: "vite-plugin-imagemin": "studiokloek/vite-plugin-imagemin#tmp-release",

in your package.json and update your modules, does it work?