We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2da1dc4 commit 241c168Copy full SHA for 241c168
.eslintignore
@@ -1,4 +1,4 @@
1
node_modules/*
2
/dist/**
3
.eslintrc.js
4
-vite.config.js
+vite.config.mjs
package.json
@@ -33,12 +33,12 @@
33
"vuex": "^4.1.0"
34
},
35
"devDependencies": {
36
- "@vitejs/plugin-vue": "^4.6.2",
+ "@vitejs/plugin-vue": "^5.0.2",
37
"autoprefixer": "^10.4.16",
38
"eslint": "^8.56.0",
39
"eslint-plugin-vue": "^9.19.2",
40
"postcss": "^8.4.32",
41
"sass": "^1.69.6",
42
- "vite": "^4.5.1"
+ "vite": "^5.0.10"
43
}
44
vite.config.js renamed to vite.config.mjs
0 commit comments