1
0
mirror of synced 2026-03-23 11:18:36 +08:00

chore: update deps

This commit is contained in:
roymondchen
2025-10-13 15:57:48 +08:00
parent abab44ad24
commit 2888004c17
7 changed files with 686 additions and 635 deletions

View File

@@ -32,10 +32,10 @@
"@vue/compiler-sfc": "catalog:",
"fs-extra": "^11.3.1",
"minimist": "^1.2.8",
"lightningcss": "^1.30.2",
"rimraf": "^3.0.2",
"rollup": "4.44.1",
"rollup-plugin-external-globals": "^0.13.0",
"sass": "^1.91.0",
"terser": "^5.43.1",
"typescript": "catalog:",
"vite": "catalog:"

View File

@@ -66,6 +66,7 @@ export default defineConfig({
},
build: {
cssMinify: 'lightningcss',
rollupOptions: {
input: {
page: path.resolve(__dirname, './page/index.html'),