serverless-babel-plugin
serverless-babel-plugin copied to clipboard
Deploys grow in size for deploys.
I'm not sure of the pattern yet, but I have notice that as I continue to deploy a simple service with this plugin that my reported function size grows.
This is where I notice it:
Serverless: Uploading function: graphql (16.57 MB)...
This function started out as very small, just a few MB, then grew to 10MB then latest is 16.57MB.
The only changes I've made are minor when adding a console.log, etc. and iterating with deploys.
Is this solved with 0.2.0? Are you still using this plugin?
@nikgraf I will test with 0.2.0 and report back