File tree Expand file tree Collapse file tree 5 files changed +1565
-259
lines changed Expand file tree Collapse file tree 5 files changed +1565
-259
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ VITE_BASE_PUBLIC_PATH="/"
4
4
# Use gzip to compress resources.
5
5
VITE_BUILD_GZIP = " true"
6
6
7
+ # Use the legacy build.
8
+ VITE_BUILD_LEGACY = " false"
9
+
10
+
7
11
# Open the vite dev tool.
8
12
VITE_DEV_TOOL = " true"
9
13
Original file line number Diff line number Diff line change 44
44
"@types/lodash-es" : " ^4.17.12" ,
45
45
"@types/node" : " ^22.15.2" ,
46
46
"@types/nprogress" : " ^0.2.3" ,
47
+ "@vitejs/plugin-legacy" : " ^6.1.1" ,
47
48
"@vitejs/plugin-vue" : " ^5.2.3" ,
48
49
"@vitejs/plugin-vue-jsx" : " ^4.1.2" ,
49
50
"@vue/test-utils" : " ^2.4.6" ,
54
55
"npm-run-all2" : " ^7.0.2" ,
55
56
"rimraf" : " ^6.0.1" ,
56
57
"simple-git-hooks" : " ^2.13.0" ,
58
+ "terser" : " ^5.39.0" ,
57
59
"typescript" : " ^5.8.3" ,
58
60
"unocss" : " 66.1.0-beta.12" ,
59
61
"unplugin-auto-import" : " ^19.1.2" ,
You can’t perform that action at this time.
0 commit comments