nfour / serverless-build-plugin

A Node.js focused build plugin for serverless.
MIT License
41 stars 9 forks source link

Plugin brake Serveless commands when custom key is missing in serverless.yml #14

Closed kagonzalez84 closed 8 years ago

kagonzalez84 commented 8 years ago

When you do not specify "custom" in your serverless.yml, all your serverless commands get broken. For instance a simple help

sls help Type Error --------------------------------------------- Cannot read property 'build' of undefined

nfour commented 8 years ago

Thanks for reporting.

The plugin will be getting some love over the next few weeks, leading up to parity with the latest serverless version. This should be an easy fix next week.