next-optimized-images
next-optimized-images copied to clipboard
[canary] webp settings has no effect
Hi, thanks for a great library!
I'm testing canary build now, I noticed that webp options has no effect. (I want more lower quality webp images) My setting is as follows. Am I missing something?
module.exports = withPlugins([
[
optimizedImages,
{
images: {
webp: {
quality: 10,
},
},
},
],
]);
@cyrilwanner any update on this? I'm doing the same for "svgo" (trying to disable a plugin), and it has no effect.
Damn, I've just came across this issue. Glad I'm not the only one!
@cyrilwanner Can you please fix it ??