This commit is contained in:
Desktop
2025-11-12 20:44:59 +05:00
parent b07d0f518a
commit 9692a5ed2e
3 changed files with 223 additions and 206 deletions

View File

@@ -25,6 +25,9 @@ export default defineConfig(({ mode }) => {
'clsx',
'tailwind-merge',
'zustand',
// Include apexcharts for proper module resolution
'apexcharts',
'react-apexcharts',
],
// Exclude heavy dependencies that are only used in specific pages
// They will be lazy-loaded when needed
@@ -35,8 +38,6 @@ export default defineConfig(({ mode }) => {
'@fullcalendar/list',
'@fullcalendar/react',
'@fullcalendar/timegrid',
'apexcharts',
'react-apexcharts',
'@react-jvectormap/core',
'@react-jvectormap/world',
'react-dnd',