Skip to content

Commit

Permalink
feat: support vite 3.0, close #300
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jul 14, 2022
1 parent ce9d149 commit 774c13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite-plugin-windicss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"vite": "^2.0.1"
"vite": "^2.0.1 || ^3.0.0"
},
"dependencies": {
"@windicss/plugin-utils": "workspace:*",
Expand Down

0 comments on commit 774c13c

Please sign in to comment.