You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Yarn 2 PNP fix - plugin is using loader-utils package without explicitly listing it as dependency (#43)
* Yarn 2 PNP fix - plugin is using loader-utils package without explicitly listing it as dependency
Yarn V2 refuses access to packages which are not listed as a dependency.
Details: https://yarnpkg.com/advanced/rulebook#packages-should-only-ever-require-what-they-formally-list-in-their-dependencies
* Update package.json
Co-authored-by: Adrien Foulon <6115458+Tofandel@users.noreply.github.com>
---------
Co-authored-by: Adrien Foulon <6115458+Tofandel@users.noreply.github.com>
0 commit comments