Rollup/Vite breaking on circular dependencies #13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
js-binary@1.2.0for the project I'm working on.There was a problem with the circular dependencies when creating a prod bundle with vite/rollup. Passing through the Type class to Field whilst being constructed instead removes the issue.
Here is the diff that solved my problem:
This issue body was partially generated by patch-package.