You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I checked to make sure that this issue has not already been filed
💥 Demo Page
Explanation
What is the expected behavior?
I expect for the dist/tagify.esm.js to load normally.
What is happening instead?
SvelteKit doesn't render.
What error message are you getting? SyntaxError: Unexpected token 'export'
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.
The text was updated successfully, but these errors were encountered:
Prerequisites
💥 Demo Page
Explanation
What is the expected behavior?
I expect for the
dist/tagify.esm.js
to load normally.What is happening instead?
SvelteKit doesn't render.
What error message are you getting?
SyntaxError: Unexpected token 'export'
Workaround
Thanks to SvelteKit documentation I was able to get it to work by adding
"@yaireo/tagify"
tossr.noExternal
invite.config.ts
- but docs say it should be a temporary workaround.The text was updated successfully, but these errors were encountered: