chore: disable CSS code splitting in Vite config

This commit is contained in:
KOMATA 2025-11-19 11:39:03 +08:00 committed by GitHub
parent d9bbde9e50
commit 415063532c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -104,6 +104,7 @@ export default defineConfig(({ mode }: ConfigEnv): UserConfig => {
outDir: '../core/cmd/server/web',
minify: 'esbuild',
target: 'esnext',
cssCodeSplit: false,
rollupOptions: {
output: {
chunkFileNames: 'assets/js/[name]-[hash].js',