diff options
| -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" } |
