babeljs lib -d cjs --presets=@babel/preset-env --plugins=add-module-exports
echo '{"type":"commonjs"}' > cjs/package.json
cp lib/getFetch.cjs cjs/getFetch.js
node -e "fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace('getFetch.cjs', 'getFetch.js'))"
browserify-lite ./cjs/index.js --outfile i18nextHttpBackend.js --standalone i18nextHttpBackend
uglifyjs.terser i18nextHttpBackend.js -o i18nextHttpBackend.min.js
