forzagreen / n2words

Convert numerical numbers to written numbers, in 25+ languages.
MIT License
86 stars 22 forks source link

Correctly target default browserlists #104

Closed TylerVigario closed 1 year ago

TylerVigario commented 1 year ago

Previously you could pass no target and it would imply the defaults target list. This no longer seems to be the case and our bundle includes significantly more code than required for 99% of browsers. This PR explicitly targets the browserlist defaults and thus reduces the bundle size significantly.

Links