mirror of
https://github.com/leonvanzyl/autocoder.git
synced 2026-02-05 08:23:08 +00:00
Adding Scrollbar and Improving vite config
Add scrollbar to Mission Control panel Improve code-splitting to reduce bundle size
This commit is contained in:
@@ -26,11 +26,23 @@ export default defineConfig({
|
||||
'vendor-flow': ['@xyflow/react', 'dagre'],
|
||||
// Terminal emulator
|
||||
'vendor-xterm': ['@xterm/xterm', '@xterm/addon-fit', '@xterm/addon-web-links'],
|
||||
// UI components
|
||||
'vendor-ui': [
|
||||
// UI components - Radix UI
|
||||
'vendor-radix': [
|
||||
'@radix-ui/react-checkbox',
|
||||
'@radix-ui/react-dialog',
|
||||
'@radix-ui/react-dropdown-menu',
|
||||
'@radix-ui/react-label',
|
||||
'@radix-ui/react-separator',
|
||||
'@radix-ui/react-slot',
|
||||
'@radix-ui/react-switch',
|
||||
],
|
||||
// Icons and utilities
|
||||
'vendor-utils': [
|
||||
'lucide-react',
|
||||
'canvas-confetti',
|
||||
'class-variance-authority',
|
||||
'clsx',
|
||||
'tailwind-merge',
|
||||
],
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user