-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Critical dependency: require function is used in a way in which dependencies cannot be statically extracted #54
Comments
same here |
this could be fixed by updating ethers |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
i'm still interested in fixing this |
same here |
I'm getting this same error. |
This error still exist, How can we resolve it? |
I think just need to do yarn add ethers@latest in the base-contract directory... |
Any news for that? |
./node_modules/@0x/utils/node_modules/ethers/dist/ethers.min.js
Critical dependency: require function is used in a way in which dependencies cannot be statically extracted
Started to see this on our Next.js project when moving from the umbrella package to the individual packages.
The text was updated successfully, but these errors were encountered: