Skip to content

Commit

Permalink
chore: add peer deps (#1864)
Browse files Browse the repository at this point in the history
Co-authored-by: Nitin Kumar <snitin315@gmail.com>
  • Loading branch information
rishabh3112 and snitin315 committed Oct 6, 2020
1 parent e6d210a commit 604bd40
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/webpack-cli/package.json
Expand Up @@ -43,6 +43,15 @@
"webpack": "4.x.x || 5.x.x"
},
"peerDependenciesMeta": {
"@webpack-cli/generate-loader": {
"optional": true
},
"@webpack-cli/generate-plugin": {
"optional": true
},
"@webpack-cli/migrate": {
"optional": true
},
"webpack-bundle-analyzer": {
"optional": true
}
Expand Down

0 comments on commit 604bd40

Please sign in to comment.