wikimedia / banana-i18n

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

Use rollup for build instead of webpack #45

Closed santhoshtr closed 3 years ago

santhoshtr commented 3 years ago

As part of general decision to move away from webpack to lighter and cleaner build tools in Wikimedia, use rollup. Bundler is esbuild.

santhoshtr commented 3 years ago

@iiirxs can you take a look at this?

iiirxs commented 3 years ago

Looks good overall. I tested it and also created a new PR based on this branch, regarding usage of Vite instead of Rollup.