vue3-apexcharts
vue3-apexcharts copied to clipboard
QUESTION - Shouldn't ApexCharts be an external dependency in vite.config.ts?
I wanted to change something in ApexChart.js and wondered why the changes are not reflected in my application. Then I saw that the ApexCharts Lib is bundled inside vue3-apexcharts. So shouldn't this be an external dep? I tried it and it still works. Thx