diff --git a/frontend/vite.config.js b/frontend/vite.config.js index 17057ad4a..2f329e05d 100644 --- a/frontend/vite.config.js +++ b/frontend/vite.config.js @@ -58,7 +58,13 @@ export default defineConfig({ '.tsx': 'tsx', }, }, - include: ['feather-icons', 'showdown', 'tailwind.config.js', 'highlight.js/lib/core'], + include: [ + 'feather-icons', + 'showdown', + 'tailwind.config.js', + 'highlight.js/lib/core', + 'echarts/core', + ], }, define: { // enable hydration mismatch details in production build