Skip to content

Commit

Permalink
fix: make webpack optional peerDep (#1488)
Browse files Browse the repository at this point in the history
  • Loading branch information
hardfist committed Mar 19, 2023
1 parent 6b9dd74 commit 81c39ba
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions package.json
Expand Up @@ -46,6 +46,11 @@
"peerDependencies": {
"webpack": "^5.0.0"
},
"peerDependenciesMeta": {
"webpack": {
"optional": true
}
},
"dependencies": {
"colorette": "^2.0.10",
"memfs": "^3.4.12",
Expand Down

0 comments on commit 81c39ba

Please sign in to comment.