We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5994ccd commit ce85babCopy full SHA for ce85bab
packages/vue-cli-plugin-vuetify/generator/index.js
@@ -26,7 +26,7 @@ module.exports = (api, opts) => {
26
api.extendPackage({
27
devDependencies: {
28
'@vitejs/plugin-vue': '^1.1.5',
29
- 'vite': '^2.0.5',
+ 'vite': '~2.0.5',
30
},
31
scripts: {
32
'serve': 'vite preview',
0 commit comments