flamelink / gatsby-source-flamelink

Gatsby source plugin for Flamelink
MIT License
8 stars 9 forks source link

Bumped gatsby-source-filesystem to v2.11.1 #55

Open leevi978 opened 3 years ago

leevi978 commented 3 years ago

The gatsby-source-flamelink plugin is using a very old version of gatsby-source-filesystem, causing a wide range of build errors. The first error is the failure to download remote images during build, and the second error is the inability to find images in the cache folder.

I bumped gatsby-source-filesystem to the newest version available that still uses gatsby v.2, so that the update would not cause any breaking changes.

I tested this solution with my own project, and it appears to work nicely. Build times were also significantly faster, as there were no longer a need to set a max number of concurrent downloads during build time.

This PR will likely fix #50