Skip to main content
Module

x/i18next_http_backend/.babelrc

i18next-http-backend is a backend layer for i18next using in Node.js, in the browser and for Deno.
Go to Latest
File
{ "env": { "esm": { "presets": [ ["@babel/preset-env", { "modules": false, "targets": { "esmodules": true, "ie": 11 } }] ] }, "cjs": { "plugins": ["add-module-exports"], "presets": [ ["@babel/preset-env", { "targets": { "ie": 11 } }] ] } }, "comments": false}