Force image lambda creation when import not found #2436
Unanswered
stevedeighton
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
We're using this plugin to run dynamically built websites using Next's dynamic import. As there as no imports directly to next/image (we wrap it in our own Image component - and then dynamically import that through string interpolation), the image lambda is not created. However, the data is almost always going to include images and so I was wondering if there was a way to force its creation, rather than relying on a workaround, such as a hardcoded image.
Thanks,
Steve
Beta Was this translation helpful? Give feedback.
All reactions