rive-app / rive-react

React runtime for Rive
https://rive-app.github.io/rive-react
MIT License
755 stars 27 forks source link

Include a modern ESM bundle in the published package #231

Closed glomotion closed 4 months ago

glomotion commented 4 months ago

Hi there. So it appears that this library is only currently exported as CJS.

I wonder, are there any plans to add an ESM bundle to the npm published package? We need to consume this package inside of our design system library, and we cannot switch to shipping ESM simply because this library only exports CJS. :(