Skip to main content
Module

x/i18next_locize_backend/.babelrc

A simple i18next backend for locize.com which can be used 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}