🚀 Feature Proposal
We are in 2023, and maybe we can try targeting es6 (especially because this package dropped support for IE in 3 years ago).
This can be easily done by adding
{
"browserslist": [
"defaults"
]
}
Motivation
I'm using i18next in several applications (trough next-i18next), and often, i18next is a single biggest dependency I have at 100kb (non-minified).
defaults of browserlists targets es6, and this single change drops esm build size down to 81kb. (approx. -20%)
Example
Smaller builds, faster loads worldwide.
🚀 Feature Proposal
We are in 2023, and maybe we can try targeting es6 (especially because this package dropped support for IE in 3 years ago).
This can be easily done by adding
{ "browserslist": [ "defaults" ] }Motivation
I'm using
i18nextin several applications (troughnext-i18next), and often,i18nextis a single biggest dependency I have at 100kb (non-minified).defaultsofbrowserliststargets es6, and this single change drops esm build size down to 81kb. (approx. -20%)Example
Smaller builds, faster loads worldwide.