Fix build not working

pull/992/head
Lim Chee Aun 2024-12-21 16:27:26 +08:00
rodzic 5a34daf8ba
commit e8f1710c27
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -157,7 +157,9 @@ export default defineConfig({
],
build: {
sourcemap: true,
cssCodeSplit: false,
// 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,
rollupOptions: {
treeshake: false,
input: {