next-optimized-images icon indicating copy to clipboard operation
next-optimized-images copied to clipboard

[canary] webp settings has no effect

Open junkboy0315 opened this issue 3 years ago • 3 comments

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,
        },
      },
    },
  ],
]);

junkboy0315 avatar Sep 08 '20 02:09 junkboy0315

@cyrilwanner any update on this? I'm doing the same for "svgo" (trying to disable a plugin), and it has no effect.

evgenyboxer avatar Sep 23 '20 02:09 evgenyboxer

Damn, I've just came across this issue. Glad I'm not the only one!

0x5am5 avatar Nov 27 '20 12:11 0x5am5

@cyrilwanner Can you please fix it ??

Cr0WD avatar May 24 '21 23:05 Cr0WD