alienfast / vite-plugin-i18next-loader

Vite plugin to client bundle i18next locales composited from one to many json/yaml files from one to many libraries. Zero config HMR support included.
Other
42 stars 3 forks source link

Enable hot module reloading #2

Closed rosskevin closed 1 year ago

rosskevin commented 1 year ago

Now that 1.0.0 works, enable hot module reloading to allow for locale files to be changed on the fly.

rosskevin commented 1 year ago

Interesting code: https://github.com/patak-dev/vite-plugin-virtual/blob/master/src/index.ts https://github.com/vitejs/vite/pull/10333