i18next / i18next-http-backend

i18next-http-backend is a backend layer for i18next using in Node.js, in the browser and for Deno.
MIT License
447 stars 69 forks source link

fix: remove typeof window.document === 'undefined' check which deopt bundle optimization #137

Closed felixmosh closed 6 months ago

felixmosh commented 6 months ago

fixes #136

Checklist

with default bundle define config of typeof window === "object" in browser env the lib gets removed image