From 7c2e19552f9fb112426bc67896eaa0a9cc7284f5 Mon Sep 17 00:00:00 2001 From: Deep Koluguri Date: Mon, 22 Jun 2026 16:30:34 -0400 Subject: [PATCH] Fix Vite config Rollup missing dependency error --- frontend/vite.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/vite.config.js b/frontend/vite.config.js index 00d60ea..1b417ae 100644 --- a/frontend/vite.config.js +++ b/frontend/vite.config.js @@ -18,7 +18,6 @@ export default defineConfig({ output: { manualChunks: { 'react-vendor': ['react', 'react-dom'], - 'chart-vendor': ['lightweight-charts'], }, }, },