danieluhm2004 / serverless-webpack-prisma

When using serverless webpack, you can save up to 50% of package capacity by deleting unnecessary Prisma engine.
https://www.npmjs.com/package/serverless-webpack-prisma
MIT License
33 stars 27 forks source link

plugin is installing latest prisma version #25

Closed bmaciass closed 1 year ago

bmaciass commented 1 year ago

Currently, we are using the module to remove unused prisma deps, but our prisma schema was developed using v3.13.0 but this plugin is installing the latest prisma module. We're using yarn3.

We're going to update our prisma to v4 but anyways it would be great to support adding a version.

danieluhm2004 commented 1 year ago

This is has been solved at #29. You can use solved package in v1.2.0! Thank you.