Replies: 1 comment 7 replies
-
Unfortunately this error actually comes from the Vercel CLI and we are unable to do anything about it... You may need to patch the vercel dependency to disable it from throwing an error. That does sound quite large though... Are you sure that such a big jump is right? It would have to be at least 0.45MB larger than it was before, as that's how far over the limit it is. I would not expect updating a dependency to push you that far over the limit if it was building fine before... |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have deployments failing since we updated a library (GitbookIO/gitbook#2338). This library is lazy loaded so in theory it should not impact the worker initial load size.
Is there a way to bypass this limit? why is it 4 MB when Cloudflare indicates a limit of 10 MB (https://developers.cloudflare.com/workers/platform/limits/)?
Beta Was this translation helpful? Give feedback.
All reactions