graysonhicks / gatsby-plugin-remote-images

:floppy_disk: A Gatsby.js plugin for downloading and linking remote images from another node's field for the benefits of gatsby-image.
155 stars 39 forks source link

gatsby v4 support #72

Closed 7nohe closed 2 years ago

7nohe commented 2 years ago
graysonhicks commented 2 years ago

👋 I think for the downloadingFiles error, just remove the .end() call. It was removed because it made the logs very very long for some sites.

7nohe commented 2 years ago

Ok, I just removed the .end() call. Thanks.