[U] Migrate from vue-cli to vite

This commit is contained in:
Hykilpikonna
2022-05-10 01:09:23 -04:00
parent a315f0ce2b
commit 4a6f6d90f0
10 changed files with 730 additions and 7686 deletions
+1 -4
View File
@@ -2,7 +2,7 @@
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"strict": true,
"strict": false,
"jsx": "preserve",
"importHelpers": true,
"moduleResolution": "node",
@@ -12,9 +12,6 @@
"allowSyntheticDefaultImports": true,
"sourceMap": true,
"baseUrl": ".",
"types": [
"webpack-env"
],
"paths": {
"@/*": [
"src/*"