From 3cc41581de1a6befe5dc29dd02bdbb6982d77f41 Mon Sep 17 00:00:00 2001 From: willclarktech Date: Thu, 22 Apr 2021 14:40:34 +0200 Subject: [PATCH] Add Yarn config options --- .yarnrc.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.yarnrc.yml b/.yarnrc.yml index f30cdee6..ed3e93bf 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -1,3 +1,9 @@ +# For more info see https://yarnpkg.com/advanced/telemetry +enableTelemetry: false + +# Experimental but we need this for the migration (we’ll switch it later) +nodeLinker: "node-modules" + plugins: - path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs spec: "@yarnpkg/plugin-workspace-tools"