From 1678b635cb51e5644e883fc46ce911eda295ffe3 Mon Sep 17 00:00:00 2001 From: Brendan F Date: Sat, 16 Nov 2024 01:44:08 -0500 Subject: Restore yarn config changes from 4.5.1 update --- .yarnrc.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.yarnrc.yml') diff --git a/.yarnrc.yml b/.yarnrc.yml index 4a9cad4..5820a02 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -1,3 +1,7 @@ +compressionLevel: mixed + +enableGlobalCache: false + nodeLinker: node-modules packageExtensions: # awaiting fix: https://github.com/facebook/create-react-app/issues/11982 @@ -8,3 +12,5 @@ packageExtensions: optional: true '@babel/plugin-transform-react-jsx': optional: true + +yarnPath: .yarn/releases/yarn-4.5.1.cjs -- cgit v1.2.3