This repository was archived by the owner on Mar 5, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Circullar dependencies (Svelte + Rollup) #7133
Comments
Hi @soyrubio thanks for sharing this, the team will take a look at it asap💪 |
Thanks! 🙏
|
Hey @soyrubio, can you provide a link to your project for us to review? |
Sorry we didn't respond to this, this should be fixed in the latest version checked by another comment here. #7250 (comment) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am using
web3-types
andweb3-eth-abi
in my Svelte project (/w typescript).When importing
web3-eth-abi
, I get the following error on bundling my project using rollup:I tried installing both installing whole
web3
package, and also just theweb3-eth-abi
module separatelly. Both are causing me this issue.See full output below:
The text was updated successfully, but these errors were encountered: