UNPKG

i18next-hmr

Version:

I18Next HMR🔥 webpack / vite plugin that allows reload translation resources instantly on the client & the server.

7 lines (6 loc) • 160 B
interface VitePlugin { name: string; } export declare function i18nextHMRPlugin( options: { localesDir: string } | { localesDirs: string[] } ): VitePlugin;