From 7fa21495d6ef5ba339bf2372fcc74c70e28f71ed Mon Sep 17 00:00:00 2001 From: Brian Donovan <1938+eventualbuddha@users.noreply.github.com> Date: Wed, 19 Feb 2020 14:21:31 -0800 Subject: [PATCH] docs: fix some minor yarnrc errors - `pnpEnableInlining` takes a boolean, not a string - `pnpUnpluggedFolder` has a default of `./.yarn/unplugged`, not `./yarn/unplugged` --- packages/gatsby/src/pages/configuration/yarnrc.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/gatsby/src/pages/configuration/yarnrc.js b/packages/gatsby/src/pages/configuration/yarnrc.js index 22cee9341e44..4b38f85d1208 100644 --- a/packages/gatsby/src/pages/configuration/yarnrc.js +++ b/packages/gatsby/src/pages/configuration/yarnrc.js @@ -313,7 +313,7 @@ const YarnrcDoc = () => <> /> If true (the default), Yarn will generate a single .pnp.js file that contains all the required data for your project to work properly. If toggled off, Yarn will also generate a .pnp.data.json file meant to be consumed by the @yarnpkg/pnp package. } @@ -341,7 +341,7 @@ const YarnrcDoc = () => <> /> The path where unplugged packages will be stored on the disk. }