I tried to import react-lottie from CDN since the bundle size is large. I used this url,
https://cdn.jsdelivr.net/npm/react-lottie@1.2.3/dist/index.js
and got the following error,
index.js:3 Uncaught ReferenceError: exports is not defined
at index.js:3
I am doing something wrong? Should I use a different url?

I tried to import react-lottie from CDN since the bundle size is large. I used this url,
and got the following error,
I am doing something wrong? Should I use a different url?