Closed Calvein closed 3 weeks ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
bugs | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 31, 2024 8:48am |
remotion | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 31, 2024 8:48am |
Oh, thanks for catching that!
I'm requiring a google font package from node in common js and I get this error:
It's because the
cjs
files don't exist and are.js
instead.A quick look into the repo shows that it's the only place where we have this issue https://github.com/search?q=repo%3Aremotion-dev%2Fremotion%20%22*.cjs%22&type=code
I hope that's the correct fix because I know how much publishing for ESM/CJS is a nightmare 😱