Why do resolutions get removed from package.json after running yarn install?

Viewed 116

After upgrading to yarn 3, when I run yarn install, the resolutions are getting removed from package.json and added in yarn.lock file.

Are resolutions not supposed to reside in package.json when using yarn 3?

0 Answers
Related