vue3-calendar-heatmap
vue3-calendar-heatmap copied to clipboard
Failed to resolve entry for package
Getting this error in v2.0.1
with Nuxt 3, v2.0.0
works fine.
Failed to resolve entry for package "vue3-calendar-heatmap". The package may have incorrect main/module/exports specified in its package.json.
Hey @toniengelhardt, this should be resolved in v2.0.4
where I fixed the package.json
.
I also moved tippy.js to a peer dependency, so you'll have to install it manually: yarn add tippy.js
.
Great! Do I also need to include tippy if I don't use the tooltips?
Currently, yes. I plan to make tippy.js and tooltips in general optional. Would save a lot bundle size for users who don't use it anyway.
Yes, exactly!