Skip to content

Commit 9a73fe3

Browse files
committed
chore(package): use the correct supported versions of webpack as peer dep
1 parent 8223fa5 commit 9a73fe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"watchpack": "^2.4.0"
4040
},
4141
"peerDependencies": {
42-
"webpack": "5.75.0"
42+
"webpack": "^4.1.0 || ^5.0.0-0"
4343
},
4444
"peerDependenciesMeta": {
4545
"@vue/compiler-sfc": {

0 commit comments

Comments
 (0)