AnomalyInnovations / serverless-bundle

Optimized packages for ES6 and TypeScript Node.js Lambda functions without any configuration.
https://serverless-stack.com/chapters/package-lambdas-with-serverless-bundle.html
MIT License
532 stars 153 forks source link

serverless package.patterns or package.include not working with serverless-bundle #363

Open tachyon83 opened 9 months ago

tachyon83 commented 9 months ago

This is more like a question, not a suggestion or a bug report.

In serverless.yml, package.patterns or package.include can be defined to include some files that a handler (being deployed) is not directly depending on. But it seems to me that when using this plugin, somehow none of those are working.

Does anyone know why?

Thank you in advance