Revert incorrect cssCodeSplit change - it still creates separate CSS files

Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2025-12-11 10:27:35 +00:00
parent fbc4da1c48
commit 23358a5fe9
2 changed files with 2 additions and 2 deletions

View File

@ -164,7 +164,7 @@ export function getConfig(): UserConfig {
},
},
},
cssCodeSplit: false,
cssCodeSplit: true,
outDir: __dirname + '/../../built/_frontend_embed_vite_',
assetsDir: '.',
emptyOutDir: false,

View File

@ -206,7 +206,7 @@ export function getConfig(): UserConfig {
},
},
},
cssCodeSplit: false,
cssCodeSplit: true,
outDir: __dirname + '/../../built/_frontend_vite_',
assetsDir: '.',
emptyOutDir: false,