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 | |
| parent | c9d81b2a7b0e61a452773d499982d10350271fed (diff) | |
Restore yarn config changes from 4.5.1 update
| -rw-r--r-- | .yarnrc.yml | 6 | ||||
| -rw-r--r-- | package.json | 3 |
2 files changed, 8 insertions, 1 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 diff --git a/package.json b/package.json index 1bbaa62..34403bf 100644 --- a/package.json +++ b/package.json @@ -70,5 +70,6 @@ "eslint-plugin-react-hooks": "^4.6.0", "husky": "^7.0.4", "prettier": "^2.6.0" - } + }, + "packageManager": "yarn@4.5.1" } |
