Compare commits

..

No commits in common. "2e3cb134d1c8b38a7390156e86e911400c99fd2f" and "0150ca3c32e701d467e74bc76e9b9b909119b6d0" have entirely different histories.

View File

@ -117,20 +117,6 @@ export default defineConfig(({ mode }) => {
build: { build: {
outDir: 'dist', outDir: 'dist',
sourcemap: mode === 'development', sourcemap: mode === 'development',
rollupOptions: {
output: {
manualChunks: {
'vendor-react': ['react', 'react-dom', 'react-router-dom'],
'vendor-tldraw': ['@tldraw/tldraw', '@tldraw/state', '@tldraw/store'],
'vendor-mui': ['@mui/material', '@mui/icons-material', '@emotion/react', '@emotion/styled'],
'vendor-supabase': ['@supabase/supabase-js'],
'vendor-calendar': ['@fullcalendar/core', '@fullcalendar/daygrid', '@fullcalendar/interaction',
'@fullcalendar/list', '@fullcalendar/multimonth', '@fullcalendar/react',
'@fullcalendar/timegrid'],
'vendor-xyflow': ['@xyflow/react'],
},
},
},
}, },
resolve: { resolve: {