d-suke
d-suke
This is a specification. Next.js build → Due to the image optimization process and proceed, I don't know how many pixels the image is. Therefore, I try to generate an...
Thanks for the report! Can you provide a reproducible repository or a sample in CodeSandbox?
Upon investigation, it was discovered that the library code does not include the d.ts file. https://www.npmjs.com/package/next-export-optimize-images?activeTab=code I am looking into the reason.
It seems that the bug in tsup is still occurring... I'll try to fix it again.
@CEM-Christian I've confirmed that it has been fixed in v4.6.1!
Looking at the error details, it seems that the error is occurring during the copying of the configuration file, rather than during image optimization. Also, I'm concerned that this process...
@dependabot rebase
https://github.com/dependabot rebase
If webpack is involved, this process in Next.js may not be compatible with [the process](https://github.com/vercel/next.js/blob/bf98b3763d3044c5a80fc21b69bee6c52fb77430/packages/next/src/build/webpack/plugins/define-env-plugin.ts#L70) using turbopack.