From dc1c6d7371b3bd77fd9e4609a269311de0fc675b Mon Sep 17 00:00:00 2001 From: Jo Date: Wed, 12 Apr 2023 23:36:22 +0200 Subject: [PATCH] Update plugins.md --- packages/gatsby/content/features/plugins.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/gatsby/content/features/plugins.md b/packages/gatsby/content/features/plugins.md index 5c3eb364f577..10ec7024a7d3 100644 --- a/packages/gatsby/content/features/plugins.md +++ b/packages/gatsby/content/features/plugins.md @@ -109,4 +109,7 @@ This is just a centralized list of third-party plugins to make discovery easier. - [**yarn-scripts-cache**](/~https://github.com/rgischk/yarn-scripts-cache) by [**Roman Gischkowski**](/~https://github.com/rgischk) - A Yarn Berry plugin to cache script execution results. Previous build results can be restored, even from a remote cache server. This allows for build result sharing with a team of developers, significantly decreasing build times and eliminating downtime. +- [**yarn-plugin-fetch**](/~https://github.com/devthejo/yarn-plugin-fetch) by [**DevTheJo**](/~https://github.com/devthejo) - Optimized yarn workflow for docker build. Don't re-download all your dependencies on each package.json change. Like [pnpm fetch](https://pnpm.io/cli/fetch) but for yarn and better (exta-features like workspace focus support). + + If you wrote a plugin yourself, feel free to [open a PR](/~https://github.com/yarnpkg/berry/edit/master/packages/gatsby/content/features/plugins.md) to add it at the end of this list!