chore(vite): switch to Volar

This commit is contained in:
Fernando Fernández 2022-09-08 15:32:44 +02:00
parent 428e8ce0c8
commit b81287bbd5
3 changed files with 4 additions and 9 deletions

View File

@ -4,7 +4,7 @@
// List of extensions which should be recommended for users of this workspace.
"recommendations": [
"octref.vetur",
"Vue.volar",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"lokalise.i18n-ally",

View File

@ -23,5 +23,8 @@
"vite-plugin-vue-layouts/client",
"vite/client"
]
},
"vueCompilerOptions": {
"target": 2.7
}
}

View File

@ -1,8 +0,0 @@
module.exports = {
projects: [
{
root: './frontend',
package: '../package.json'
}
]
};