serverless / serverless-optimizer-plugin

Serverless Optimizer Plugin: Optimizers for reducing Lambda file sizes and improving their performance -
http://www.serverless.com
102 stars 30 forks source link

Disabling Optimizer Explodes Package.zip File Size and Hangs Deployment #17

Open n8sabes opened 8 years ago

n8sabes commented 8 years ago

Removing "optimize" element from the s-component and trying to redeploy results in an explosive package.zip file size (far beyond before optimizing) and the Sls deployment logic hangs. You cannot CTRL+C and must terminate the IDE or terminal session. (NOTE: I did not uninstall the es2015 npm package, but it should not be used as it's not being used in transforms).