I have the following package installed via npm: "serverless-bundle": "^4.2.0"
I configured serverless.yml
plugins:
- serverless-bundle
I notice that i have a .webpack folder now in the root of my serverless app.
Should this folder be committed to source code?
Regards,
Kenneth