wikimedia / banana-i18n

banana-i18n - Javascript Internationalization library
https://wikimedia.github.io/banana-i18n/
MIT License
79 stars 27 forks source link

Squashed commit of the following: #74

Closed Surachai-kent closed 1 year ago

Surachai-kent commented 1 year ago

commit eda37cb282552b0105eede1f5b30afb5bffa5d9d Author: Santhosh Thottingal santhosh.thottingal@gmail.com Date: Fri May 14 14:26:11 2021 +0530

build: Reduce the bundle size by using terser plugin with rollup

With this, the current bundle size is about 20K, compared to 25K
with esbuild minifier.

Fixes issue #48