Skip to content

Commit bfc847d

Browse files
authored
Add webpack v5 as a peer dependency option
1 parent b87837a commit bfc847d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"memory-fs": "^0.5.0"
3535
},
3636
"peerDependencies": {
37-
"webpack": "^2 || ^3 || ^4",
37+
"webpack": "^2 || ^3 || ^4 || ^5",
3838
"html-webpack-plugin": "^2 || ^3 || ^4"
3939
},
4040
"devDependencies": {

0 commit comments

Comments
 (0)