1
0
mirror of synced 2025-11-06 04:21:02 +08:00

build: 统一构建

This commit is contained in:
roymondchen
2025-01-21 19:13:01 +08:00
parent 51ca1e60af
commit 5c0cfe44dd
47 changed files with 276 additions and 1170 deletions

View File

@@ -37,6 +37,6 @@
"@vitejs/plugin-legacy": "^6.0.0",
"@vitejs/plugin-react-refresh": "^1.3.1",
"typescript": "^5.7.3",
"vite": "^6.0.9"
"vite": "^6.0.10"
}
}

View File

@@ -51,7 +51,7 @@
"@vitejs/plugin-vue": "^5.2.1",
"@vue/compiler-sfc": "^3.5.13",
"rimraf": "^3.0.2",
"vite": "^6.0.9",
"vite": "^6.0.10",
"vue-tsc": "^2.2.0"
}
}

View File

@@ -33,7 +33,7 @@
"rollup": "^4.31.0",
"rollup-plugin-external-globals": "^0.10.0",
"sass": "^1.83.0",
"vite": "^6.0.9",
"vite": "^6.0.10",
"@vitejs/plugin-legacy": "^6.0.0",
"@vitejs/plugin-vue2": "^2.3.1",
"vue-template-compiler": "^2.7.4"

View File

@@ -37,6 +37,6 @@
"sass": "^1.83.0",
"terser": "^5.31.6",
"typescript": "^5.7.3",
"vite": "^6.0.9"
"vite": "^6.0.10"
}
}