Skip to content
Permalink
Browse files
fix: add cache-loader to optional peer dependency
fix compatibility with yarn 2
  • Loading branch information
sodatea committed Nov 2, 2019
1 parent e1c11cf commit e9d8b716492960a3def2052da22be43500ca890f
Showing with 5 additions and 0 deletions.
  1. +5 −0 package.json
@@ -36,6 +36,11 @@
"css-loader": "*",
"webpack": "^4.1.0 || ^5.0.0-0"
},
"peerDependenciesMeta": {
"cache-loader": {
"optional": true
}
},
"dependencies": {
"@vue/component-compiler-utils": "^3.0.0",
"hash-sum": "^1.0.2",

0 comments on commit e9d8b71

Please sign in to comment.