Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from

Conversation

leevi978
Copy link
Contributor

@leevi978 leevi978 commented Apr 26, 2021

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

@leevi978 leevi978 changed the base branch from master to develop April 27, 2021 06:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants