yairEO / tagify

🔖 lightweight, efficient Tags input component in Vanilla JS / React / Angular / Vue
https://yaireo.github.io/tagify/
Other
3.48k stars 429 forks source link

Fixed package.json main attribute after .min file removal #1335

Closed GregOriol closed 4 months ago

GregOriol commented 4 months ago

This is an important fix as since 4.25.0 the "main" attribute is broken and causes issues when including tagify in some build processes

@yairEO Could you make a release after including this PR?

yairEO commented 4 months ago

I will make a release after fixing some more new issues.

But it's not urgent since this has no impact because of exports mapping I've made in package.json

GregOriol commented 4 months ago

@yairEO I don't know how much impact it has in general, but it broke my webpack build process, I had to revert to version 4.24.0 to be able to work with my projects again

yairEO commented 4 months ago

Just released https://github.com/yairEO/tagify/releases/tag/v4.26.1

GregOriol commented 4 months ago

Thanks, all is good now :-)