d-suke
d-suke
In the case of your config file, I think the following will work. ``` return withMDX(await nextConfig) ```
This appears to be a problem when using `sharp` and `yarn` (v1). Run the following additional commands as per the error minutes, and then run. ``` yarn add sharp --ignore-engines...
Errors related to `string-width` can be avoided by `package.json` ``` ~~~ "resolutions": { "string-width": "4.2.3" } ~~~ ``` I think the error again after doing `yarn add cli-progress` is because...
This library is only intended to enable the features supported by next/image to be used at build time. For example, placeholder and browser-specific extensions are supported. If there are a...
Certainly, at least for `.cjs`, support is mandatory!
Support was added in v4.5.0 for `.cjs`! https://github.com/dc7290/next-export-optimize-images/releases/tag/v4.5.0
As far as I've checked, it doesn't seem to be reproducible. Can you provide a simple reproduction code?
@dependabot rebase
I used to set `loader: 'custom'` on the library side, However, at some point we decided it was no longer necessary and removed it. However, now that we know there...
@dependabot rebase