Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 3 commits into from
Feb 11, 2024

Conversation

amanpatel
Copy link
Contributor

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.

@junedchhipa junedchhipa merged commit 145baef into apexcharts:main Feb 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants