Closed amanpatel closed 9 months ago
Many vite users are facing issues when using import VueApexCharts from 'vue3-apexcharts'. Vite only supports ES module based libraries.
import VueApexCharts from 'vue3-apexcharts'
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.
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.