KABBOUCHI / vue-tippy

VueJS Tooltip powered by Tippy.js
https://vue-tippy.netlify.app
MIT License
726 stars 87 forks source link

Can I hide tippy.js development-only console messages? #231

Closed stefandesu closed 2 years ago

stefandesu commented 2 years ago

Hi,

We're using vue-tippy 6.0.0-alpha.44 and we're affected by #227. I guess that will be fixed in a future update, but in the meantime, is there a way to suppress tippy.js's development-only messages? Even if NODE_ENV is production, it shows the messages, since there is no ESM production build for the browser (Vite seems to always use the file vue-tippy.esm-browser.js).

Thanks!

KABBOUCHI commented 2 years ago

@stefandesu plz can u try v6.0.0-alpha.45?

stefandesu commented 2 years ago

@KABBOUCHI Works perfectly, thanks a lot!