Skip to content

Commit 015d8fb

Browse files
author
Luca Forstner
authored
fix(webpack): Set minimum webpack 4 peer dep to 4.40.0 (#290)
1 parent 8d5dfb6 commit 015d8fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/webpack-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"webpack": "npm:webpack@^4"
7676
},
7777
"peerDependencies": {
78-
"webpack": ">=4"
78+
"webpack": ">=4.40.0"
7979
},
8080
"volta": {
8181
"extends": "../../package.json"

0 commit comments

Comments
 (0)