serverless-plugin-parcel
serverless-plugin-parcel copied to clipboard
package individually not working
Hey,
I have 2 functions that I'm trying to package separately.
The sls package process generates 2 zips in /.serverless, and they both contain 2 js files, 1 for each function.
Is there a way to do a separate build so every zip will contain only one function?