cyrilwanner / next-optimized-images

🌅 next-optimized-images automatically optimizes images used in next.js projects (jpeg, png, svg, webp and gif).
MIT License
2.21k stars 93 forks source link

Bump sharp to v0.29.0 #266

Open fritzschoff opened 2 years ago

fritzschoff commented 2 years ago

If you install next-optimized-images on a device that has an ARM processor, it will throw an error cause sharp with versions < 0.29 will pull an incompatible version of libvips. This prevents basically installing any next.js application that uses this plugin.

fritzschoff commented 2 years ago

ah, sharp is getting imported from optimized-images-loader. Sorry!

fritzschoff commented 2 years ago

https://github.com/cyrilwanner/optimized-images-loader/issues/37