vue3-calendar-heatmap icon indicating copy to clipboard operation
vue3-calendar-heatmap copied to clipboard

Failed to resolve entry for package

Open toniengelhardt opened this issue 1 year ago • 4 comments

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.

toniengelhardt avatar Mar 19 '23 17:03 toniengelhardt

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.

razorness avatar Mar 20 '23 16:03 razorness

Great! Do I also need to include tippy if I don't use the tooltips?

toniengelhardt avatar Mar 20 '23 16:03 toniengelhardt

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.

razorness avatar Mar 20 '23 16:03 razorness

Yes, exactly!

toniengelhardt avatar Mar 20 '23 16:03 toniengelhardt