Hey everyone! I’m currently working on a serverless application using the Serverless Framework, and I’ve run into a bit of a challenge with packaging. I want to ensure that some specific `node_modules` are included in the package when I deploy, but I’m not quite sure how to configure that effectively.
I’ve heard that there are ways to customize the packaging process, but I’m looking for some practical advice or best practices. Are there specific configurations or plugins that you recommend? Have you faced similar issues before, and how did you resolve them?
Any insights or examples would be greatly appreciated! Thanks in advance!