serverless-webpack-prisma
serverless-webpack-prisma copied to clipboard
Disable `installDeps` by default
I understand the installDeps
option was added because it was required for a previous version of Prisma.
However, this increases deploy times massively. I have a project that already has Prisma as a dev dependency and with the latest version of Prisma, deploy times reduced by 2 minutes when disabling installDeps
. Setting it to false didn't seem to cause any breakage.
We just ran into this too after months of debugging this issue on why our lambda size was so large. I'd highly encourage you to set the default to false please!