From 907c5cab72f1bcd3d591f1ac903710e3ec4066c0 Mon Sep 17 00:00:00 2001 From: Ika Date: Sat, 27 Oct 2018 21:01:26 +0800 Subject: [PATCH] chore(yarn): disable integrity migration Yarn v1.10 adds `integrity`s but v1.9 removes them. Add this option to prevent them from adding unnecessary diffs all the time. This is the default value for Yarn v1.12+ (ref: yarnpkg/yarn#6465). --- .yarnrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.yarnrc b/.yarnrc index fdd705c6..5c53d4db 100644 --- a/.yarnrc +++ b/.yarnrc @@ -1 +1,2 @@ save-prefix "" +unsafe-disable-integrity-migration true