Cyril Wanner
Cyril Wanner
Thank you for already testing it! > I've given v3 a test and will look out for issues and reference them here. Might be a better way to track the...
> The babel plugin does not currently recognize styled components like the one below: `v3.0.0-canary.1` should now support styled-components. It was a bit trickier to implement than expected, so if...
> @cyrilwanner Does it work with other CSS-in-JS solutions like [emotion](https://emotion.sh/docs/introduction) and [treat](https://seek-oss.github.io/treat/)? Currently, extending the provided components only works with `styled-components` and `@emotion/styled`. Unfortunately, it does not work out...
> In addition to setting the `MozjpegOptions`/`WebpOptions`/etc. in `next.config.js`, could it be made possible to overwrite them for individual images in the query params and `Img` component props? > >...
@davecardwell thank you for the feedback! Yes, I was also thinking about that. The main reason I didn't do it yet was Safari not supporting WebP. And especially on mobile,...
Yes, I am afraid that this (wrapping & looping) is not possible with the current canary version. But I will try supporting that use case. @stoil If you design your...
@brandonpittman which part worked on v5 (I guess you mean canary-5)? The issues mentioned here shouldn't have worked in any canary version 😅
It is a planned feature but not yet included in the canary version. But I'll definitely include that feature. I'll inform you once the feature can be tested in the...
Thank you for that idea! I think it would make sense and I'll try to support that with the next major version, which I'm currently actively working on.
It is planned for the next major version of this plugin. The first canary version of that is just a few days away. However, the first canary will not yet...