-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(gatsby-plugin-sharp): split single file into more maintaina…
…ble chunks (#10964) * feat(sharp): thumbnail creation on demand in dev mode * Fix thumbnail generation on gatsby build * fix eslint * fix queue caching * fix queue caching * move comments * fix comments * update cache on query change * update webpack tap name * review changes * review changes * fix review * make cache smaller & refator toFormat * fix testsf * fix schedulejob on demand * update snapshots * add tests to opt out of lazy image resolving * Use schedulejob instead of processFile in devmode * Use schedulejob instead of processFile in devmode Speed up multiple requests with some input files * hide status on develop (clutters the cli) * update snapshots with jest-path-serializer * fix workflow * retrigger ci 🤞 * fix azure tests * revert www/README.md * remove unused src field * convert cache to setPluginStatus * add lazyImageGeneration option * fix yarn * update snapshots * fix image url in test * move develop.js to index.js * revert tests * comment out all the lazy stuff * fix tests * schedule jobs immediately (for now) Signed-off-by: Ward Peeters <ward@coding-tech.com>
- Loading branch information
Showing
21 changed files
with
664 additions
and
373 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
/index.js | ||
/node_modules | ||
/gatsby-node.js | ||
/duotone.js | ||
/*.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.