Skip to content

Commit fe7cf30

Browse files
LiwojTofandel
andauthored
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 <[email protected]> --------- Co-authored-by: Adrien Foulon <[email protected]>
1 parent e66b62e commit fe7cf30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
},
2424
"homepage": "https://github.com/quasarframework/vue-cli-plugin-quasar#readme",
2525
"dependencies": {
26+
"loader-utils": "^1.4.0",
2627
"webpack-merge": "^5.7.3"
2728
}
2829
}

0 commit comments

Comments
 (0)