fixes
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user