apexcharts / vue3-apexcharts

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

Broken import with Webpack #96

Open Slokilla opened 9 months ago

Slokilla commented 9 months ago

When updating from 1.4.4 to 1.5.2, I encounter errors when importing with import VueApexCharts from "vue3-apexcharts";:

Package path ./src/vue3-apexcharts is not exported from package /XXXX/node_modules/vue3-apexcharts (see exports field in /XXXX/node_modules/vue3-apexcharts/package.json)

Uncaught (in promise) Error: Cannot find module 'vue3-apexcharts/src/vue3-apexcharts'

An idea of how to deal with it ?

github-actions[bot] commented 3 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.