Skip to content

Commit

Permalink
fix: add cache-loader to optional peer dependency
Browse files Browse the repository at this point in the history
fix compatibility with yarn 2
  • Loading branch information
haoqunjiang committed Nov 2, 2019
1 parent e1c11cf commit e9d8b71
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e9d8b71

Please sign in to comment.