This commit is contained in:
Zyronon
2025-11-27 01:30:52 +08:00
parent 290534a05a
commit 69cccbf904
8 changed files with 44 additions and 29 deletions

View File

@@ -45,6 +45,7 @@ export default defineConfig(() => {
},
}),
UnoCSS(),
SlidePlugin(),
isAnalyseBuild ?
visualizer({
gzipSize: true,
@@ -53,7 +54,6 @@ export default defineConfig(() => {
filename: "report.html",
open: true
}) : null,
SlidePlugin(),
isCdnBuild ? [
{
name: 'inject-cdn-head',