Based on serverless-plugin-tree-shake
Shake the file dependency tree and only include files needed.
yarn add --dev serverless-plugin-tree-prunenpm install --save-dev serverless-plugin-tree-pruneplugins:
- serverless-plugin-tree-prune
package:
excludeDevDependencies: falseThis plugins supports typescript natively. It uses the installed typescript package, reads the appropriate config, and transpiles to js according to that config. You can see examples on the __fixtures__ that start with ts-.
This plugins supports bundling functions individually. Just use that option accordingly:
package:
individually: true
excludeDevDependencies: false