Fix Vite config Rollup missing dependency error

This commit is contained in:
Deep Koluguri 2026-06-22 16:30:34 -04:00
parent 947c50302e
commit 7c2e19552f
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ export default defineConfig({
output: {
manualChunks: {
'react-vendor': ['react', 'react-dom'],
'chart-vendor': ['lightweight-charts'],
},
},
},