i18next-hmr
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -7,4 +7,10 @@ ### Changelog | ||
#### [v3.1.1](https://github.com/felixmosh/i18next-hmr/compare/v3.1.0...v3.1.1) | ||
- fix: remove usage of options.backend object since it may not contain queryStringParams [`dafd1e8`](https://github.com/felixmosh/i18next-hmr/commit/dafd1e8a18d205699209c429ef64f3b96fbf22f2) | ||
#### [v3.1.0](https://github.com/felixmosh/i18next-hmr/compare/v3.0.4...v3.1.0) | ||
> 3 April 2024 | ||
- feat: simplify webpack plugin to just inject a loader to user config instead of using NMF, to add support for RSPack [`da36693`](https://github.com/felixmosh/i18next-hmr/commit/da36693af853b37d58c086c4882776e34d864ff4) | ||
@@ -11,0 +17,0 @@ - build(deps): bump express in /examples/next-with-next-i18next [`d1ebe30`](https://github.com/felixmosh/i18next-hmr/commit/d1ebe3021c204e7023e07e5f24fd559d0709b1ed) |
@@ -82,4 +82,3 @@ function extractLangAndNS(changedFile, currentConfig) { | ||
try { | ||
backendOptions = | ||
i18nInstance.options.backend || i18nInstance.services.backendConnector.backend.options; | ||
backendOptions = i18nInstance.services.backendConnector.backend.options; | ||
backendOptions.queryStringParams = backendOptions.queryStringParams || {}; | ||
@@ -86,0 +85,0 @@ } catch (e) { |
{ | ||
"name": "i18next-hmr", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "I18Next HMR🔥 webpack / vite plugin that allows reload translation resources instantly on the client & the server.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
43021
342