Commit fe7cf30
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>1 parent e66b62e commit fe7cf30
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
0 commit comments