Skip to content
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

WIP - Investigate large build size #76

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

torreyatcitty
Copy link
Collaborator

Remove solc from dependencies and update node version to 18. This looks to reduce the vendors chunk by not having solc installed in node_modules and the build generated locally looks way smaller.

Screen Shot 2023-08-09 at 2 25 11 PM

However, the git action job won't generate a build because of the warning of solc not being able to be resolved in sleuth even though we don't use that method as it's only for supporting non-precompiled contracts.

…ks to reduce the vendors chunk by not having solc installed in node_modules.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant