Closed ganobrega closed 3 years ago
Actually, it looks like not a problem with webp-loader
itself, but cwebp-bin
dependency. I think you are missing some dependency. You may try the possible solution, mentioned in this issue https://github.com/imagemin/cwebp-bin/issues/31
You need to install webp at your server.
For Ubuntu you can do apt install webp
this installs all the needed dependencies.
You need to install webp at your server. For Ubuntu you can do
apt install webp
this installs all the needed dependencies.
@ganobrega please, refer to this possible solution.
Thank you, @xstable