It seems like quite a few people are having out of memory errors with serverless-bundle. We're seeing many of these on Seed. It seems like a lot of it is for TS projects with functions being packaged individually and the type checkers that are spawned. But I think there are some JS ones as well.
I've started recommending serverless-esbuild. But I could use some help figuring out what the issue is, so we can fix it here.
It seems like quite a few people are having out of memory errors with serverless-bundle. We're seeing many of these on Seed. It seems like a lot of it is for TS projects with functions being packaged individually and the type checkers that are spawned. But I think there are some JS ones as well.
I've started recommending serverless-esbuild. But I could use some help figuring out what the issue is, so we can fix it here.