Thanks for reaching out! Sorry to hear about the issue. Could you provide with your site name (such as example.netlify.app) or a link to the deploy log where you’re seeing the error? That’ll help us investigate the issue.
Hey Audrey. You are correct! If you have any insight on why the following solution worked and perhaps some downsizing tips let me know. But here’s what I did.
Great stuff @aakkapeddi! The esbuild feature optimizes bundling time and artifact size when bundling Javascript functions. You could also downsize executable function artifacts using the netlify.toml properties external_node_modules and included_files . Take a look at the file-based configuration doc for details.