cyrilwanner / next-optimized-images

🌅 next-optimized-images automatically optimizes images used in next.js projects (jpeg, png, svg, webp and gif).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bump sharp to v0.29.0

fritzschoff opened this issue · comments

commented

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.

commented

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