perf(vite.config.ts): ⚡ 添加项目依赖至预构建,避免首次进入页面二次加载
Former-commit-id: 1375bdbaf373a91e2a1bfc33d1c8ba9379262845
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "vue3-element-admin",
|
||||
"private": true,
|
||||
"version": "2.2.1",
|
||||
"version": "2.3.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite serve --mode development",
|
||||
@@ -51,7 +51,7 @@
|
||||
"path-to-regexp": "^6.2.0",
|
||||
"pinia": "^2.0.33",
|
||||
"screenfull": "^6.0.0",
|
||||
"vue": "^3.2.45",
|
||||
"vue": "^3.3.1",
|
||||
"vue-i18n": "9",
|
||||
"vue-router": "^4.1.6"
|
||||
},
|
||||
@@ -63,7 +63,7 @@
|
||||
"@types/path-browserify": "^1.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.51.0",
|
||||
"@typescript-eslint/parser": "^5.51.0",
|
||||
"@vitejs/plugin-vue": "^4.0.0",
|
||||
"@vitejs/plugin-vue": "^4.2.0",
|
||||
"autoprefixer": "^10.4.13",
|
||||
"commitizen": "^4.3.0",
|
||||
"cz-git": "^1.6.1",
|
||||
@@ -91,7 +91,7 @@
|
||||
"unplugin-auto-import": "^0.13.0",
|
||||
"unplugin-icons": "^0.15.1",
|
||||
"unplugin-vue-components": "^0.23.0",
|
||||
"vite": "^4.3.1",
|
||||
"vite": "^4.3.5",
|
||||
"vite-plugin-svg-icons": "^2.0.1",
|
||||
"vue-tsc": "^0.35.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user