Package Exports
- serverless-webpack-prisma
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (serverless-webpack-prisma) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Serverless Webpack Prisma
When using serverless webpack, you can save up to 50% of package capacity by deleting unnecessary Prisma engine.
How to use?
First, install the package by entering the following command.
npm install -D serverless-webpack-prisma
Add the corresponding plugin under the webpack plugin as shown below.
plugins:
- serverless-webpack
- serverless-prisma-plugin
If you have already used the generate script below, please delete it.
custom:
webpack:
packagerOptions:
scripts:
- prisma generate
Congratulations. Setup is complete. In the future, packaging will automatically delete unnecessary resources.
Serverless: Generate prisma client for app...
Serverless: Remove unused prisma engine:
Serverless: - node_modules/.prisma/client/libquery_engine-darwin.dylib.node
Serverless: - node_modules/@prisma/engines/introspection-engine-darwin
Serverless: - node_modules/@prisma/engines/libquery_engine-darwin.dylib.node
Serverless: - node_modules/@prisma/engines/migration-engine-darwin
Serverless: - node_modules/@prisma/engines/prisma-fmt-darwin