diff options
| author | Brendan F <EpicWolverine@users.noreply.github.com> | 2024-11-16 01:44:08 -0500 |
|---|---|---|
| committer | Brendan F <EpicWolverine@users.noreply.github.com> | 2024-11-16 01:44:08 -0500 |
| commit | 1678b635cb51e5644e883fc46ce911eda295ffe3 (patch) | |
| tree | 14264437771ba84977b4db46eb6ab475ad65caa5 /.yarnrc.yml | |
| parent | c9d81b2a7b0e61a452773d499982d10350271fed (diff) | |
Restore yarn config changes from 4.5.1 update
Diffstat (limited to '.yarnrc.yml')
| -rw-r--r-- | .yarnrc.yml | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
