cjvnjde / google-translate-api-browser

A free and unlimited API for Google Translate
https://www.npmjs.com/package/google-translate-api-browser
MIT License
213 stars 31 forks source link

use rollup instead of webpack #22

Closed nathanfaucett closed 1 year ago

nathanfaucett commented 1 year ago

use rollup instead of webpack since webpack does not support esm modules and vite throws unexpected export errors when using esm.js version of this module

cjvnjde commented 1 year ago

I've added esm node support

you can test it here