Skip to content

Commit 907c5ca

Browse files
authored
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).
1 parent b861448 commit 907c5ca

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.yarnrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
save-prefix ""
2+
unsafe-disable-integrity-migration true

0 commit comments

Comments
 (0)