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

SvelteKit: "SyntaxError: Unexpected token 'export'" #1360

Open asjir opened 2 months ago

asjir commented 2 months ago

Prerequisites

💥 Demo Page

Explanation

Workaround

Thanks to SvelteKit documentation I was able to get it to work by adding "@yaireo/tagify" to ssr.noExternal in vite.config.ts - but docs say it should be a temporary workaround.

yairEO commented 1 week ago

why are you using the esm version of Tagify?