cibernox / svelte-intl-precompile

I18n library for Svelte.js that analyzes your keys at build time for max performance and minimal footprint
https://svelte-intl-precompile.com
ISC License
274 stars 13 forks source link

Watch mode / hot reload config #59

Closed mquandalle closed 1 year ago

mquandalle commented 1 year ago

Hi, thank you for this library!

By default the app isn't reloaded when the translation file is modified on dev mode, it would be great to document how to support this feature — or to support it directly in the vite plugin.

I'm using the latest version of Svelte Kit on Linux.