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'], }, }, },