Skip to content

Commit

Permalink
fix: support webpack@5 (#702)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi committed Aug 27, 2020
1 parent 885c091 commit 9ccc327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -35,7 +35,7 @@
"dist"
],
"peerDependencies": {
"webpack": "^4.0.0"
"webpack": "^4.0.0 || ^5.0.0"
},
"dependencies": {
"mem": "^6.1.0",
Expand Down

0 comments on commit 9ccc327

Please sign in to comment.