Join Slack
Powered by
Is it expected/normal to see a 14MB increase in Ve...
# orm-help
e
Erik Vitger Beuschau
11/11/2021, 12:58 PM
Is it expected/normal to see a 14MB increase in Vercel serverless function’s bundle size after adding Prisma? I’ve tried to only add
@prisma/client
and generate it using
npx prisma generate
to see if I could avoid adding
@prisma
but didn’t see any change.
r
Ryan
11/11/2021, 1:03 PM
Yup that’s normal. Prisma’s binary size (compressed) would be approx. around 11 mb
e
Erik Vitger Beuschau
11/11/2021, 1:06 PM
Alright. Thanks 👍
Open in Slack
Previous
Next