Could you run a quick test to see if this error is generally repeatable for you?
On my site I have 2 <BackgroundImage /> components and 4 <Picture /> components. Consistently if I run npm run dev only 2 responsive image sets are generated for my site (1 for <BackgroundImage /> and 1 for <Picture /> ), whereas if I run npm start to start the dev server, all 6 image sets are generated.
When the image sets don't get generated I get Cannot find module for the images, as they are never generated. Happy to supply more of my code if needed and you can't recreate the error. Thanks!
Hi,
Could you run a quick test to see if this error is generally repeatable for you?
On my site I have 2
<BackgroundImage />
components and 4<Picture />
components. Consistently if I runnpm run dev
only 2 responsive image sets are generated for my site (1 for<BackgroundImage />
and 1 for<Picture />
), whereas if I runnpm start
to start the dev server, all 6 image sets are generated.When the image sets don't get generated I get
Cannot find module
for the images, as they are never generated. Happy to supply more of my code if needed and you can't recreate the error. Thanks!