This repository was archived by the owner on Nov 22, 2022. It is now read-only.
Add options to remove local files download and don't show warnings and infos in process #20
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi! I work using this plugin every day, the project which I'm working for have a lot of relations, entities, etc (including a lot deleted relations), so process.js need some time to run, with the warnings and info in this file we need 40 minutes to run all process, removing the warnings and infos we have something close to 2 minutes. It's a big improve to a easy mod.... so I decided to code it like an option to the plugin (you can use it just modifying the gatsby-config with the flags). another flag I decided to create it's to download or not the files to local... in my project we don't use downloaded files.... I think this flags can be very helpful for a lot projects.
PS: The default behavior doesn’t change for all flags (you don't need to use the flags...), if you don't use the flags, your project will run like before this commit...
It's only suggestions, feel free to accept or not.
Thanks!