Skip to content

Commit e9d8b71

Browse files
committed
fix: add cache-loader to optional peer dependency
fix compatibility with yarn 2
1 parent e1c11cf commit e9d8b71

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

+5
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@
3636
"css-loader": "*",
3737
"webpack": "^4.1.0 || ^5.0.0-0"
3838
},
39+
"peerDependenciesMeta": {
40+
"cache-loader": {
41+
"optional": true
42+
}
43+
},
3944
"dependencies": {
4045
"@vue/component-compiler-utils": "^3.0.0",
4146
"hash-sum": "^1.0.2",

0 commit comments

Comments
 (0)