Skip to content

Commit

Permalink
feat: support vite 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jun 30, 2022
1 parent 5a19898 commit b48c792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -48,7 +48,7 @@
"example:vue:start:cdn": "npm -C examples/vue-basic-cdn run start"
},
"peerDependencies": {
"vite": "^2.0.0",
"vite": "^2.0.0 || ^3.0.0-0",
"workbox-build": "^6.4.0",
"workbox-window": "^6.4.0"
},
Expand Down

0 comments on commit b48c792

Please sign in to comment.