fix: add cache-loader to optional peer dependency

fix compatibility with yarn 2
parent e1c11cf8
...@@ -36,6 +36,11 @@ ...@@ -36,6 +36,11 @@
"css-loader": "*", "css-loader": "*",
"webpack": "^4.1.0 || ^5.0.0-0" "webpack": "^4.1.0 || ^5.0.0-0"
}, },
"peerDependenciesMeta": {
"cache-loader": {
"optional": true
}
},
"dependencies": { "dependencies": {
"@vue/component-compiler-utils": "^3.0.0", "@vue/component-compiler-utils": "^3.0.0",
"hash-sum": "^1.0.2", "hash-sum": "^1.0.2",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment