jaredLunde / snowpack-plugin-imagemin

Use @imagemin to optimize your images in Snowpack
MIT License
2 stars 0 forks source link

imagemin-{plugin} seems to be missing after yarn add [package] #1

Closed michapixel closed 3 years ago

michapixel commented 3 years ago

"Error: Cannot find module 'imagemin-mozjpeg'" I know that some binaries need to be compiled || cannot be shipped with but how can i solve this?

jaredLunde commented 3 years ago

You have to install the imagemin plugins you need. This package doesn’t include them for numerous reasons.