-
-
Notifications
You must be signed in to change notification settings - Fork 683
Pull requests: i18next/i18next
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
fix: compatibility with moduleResolution bundler (issue #2380)This PR addresses the compatibility issue with
moduleResolution: "bundler" in TypeScript, as reported in #2380.The fix involves explicitly exporting the i18next instance as both a named export and a default export in index.d.mts. This ensures that bundlers and TypeScript can correctly resolve the default export regardless of the configuration.Verified with a local reproduction environment.#### Checklist- [x] only relevant code is changed- [x] verified with local reproduction
#2382
opened Jan 29, 2026 by
kurzgesagtcraft
Loading…
7 tasks
fix: compatibility with moduleResolution bundler (issue #2380)This PR addresses the compatibility issue with
moduleResolution: "bundler" in TypeScript, as reported in #2380.The fix involves explicitly exporting the i18next instance as both a named export and a default export in index.d.mts. This ensures that bundlers and TypeScript can correctly resolve the default export regardless of the configuration.Verified with a local reproduction environment.#### Checklist- [x] only relevant code is changed
#2381
opened Jan 29, 2026 by
kurzgesagtcraft
Loading…
7 tasks
ProTip!
Exclude everything labeled
bug with -label:bug.