apexcharts / vue3-apexcharts

📊 Vue-3 component for ApexCharts
MIT License
314 stars 35 forks source link

QUESTION - Shouldn't ApexCharts be an external dependency in vite.config.ts? #106

Closed ggrote closed 1 month ago

ggrote commented 5 months ago

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

ggrote commented 2 months ago

Could you please build a new npm package with the external dependency? Thanks in advance!