Change cssCodeSplit from true to false to bundle CSS into JS

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

View File

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

View File

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