Try disable cssCodeSplit again

pull/1314/head
Lim Chee Aun 2025-10-15 09:03:39 +08:00
rodzic 8f5f460f5d
commit 76b58d94d8
1 zmienionych plików z 1 dodań i 3 usunięć

Wyświetl plik

@ -176,9 +176,7 @@ export default defineConfig({
],
build: {
sourcemap: true,
// Note: In Vite 6, if cssCodeSplit = false, it will show error "Cannot read properties of undefined (reading 'includes')"
// TODO: Revisit this when this issue is fixed
// cssCodeSplit: false,
cssCodeSplit: false,
rollupOptions: {
treeshake: false,
input: {