apexcharts / vue3-apexcharts

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

Add support for ES module build (using vite) #92

Closed amanpatel closed 9 months ago

amanpatel commented 10 months ago

Many vite users are facing issues when using import VueApexCharts from 'vue3-apexcharts'. Vite only supports ES module based libraries.

So I thought let's upgrade the build chain and see if it works. And it did (for me atleast!).

Perhaps this could be considered a breaking change.

This will probably solve #91 #82

I still testing this locally but wanted to open the PR.