Skip to content

Commit 08ace07

Browse files
authored
fix: add webpack to peer dependencies
Hopefully it'll help with #141
1 parent 6f74d9c commit 08ace07

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@
6767
"webpack-cli": "^3.1.0"
6868
},
6969
"peerDependencies": {
70-
"html-webpack-plugin": "^3.0.4 || ^4.0.0-0"
70+
"html-webpack-plugin": "^3.0.4 || ^4.0.0-0",
71+
"webpack": "^4.0.0"
7172
},
7273
"engines": {
7374
"node": ">=6"

0 commit comments

Comments
 (0)