serverless / serverless-plugin-typescript

Serverless plugin for zero-config Typescript support
MIT License
783 stars 223 forks source link

feat: toggle features #217

Open perrin4869 opened 4 years ago

perrin4869 commented 4 years ago

Adds options to toggle certain features of this plugin. In my setup, I package all my lambdas with rollup. However, this plugin is very convenient when running integration tests or when running with serverless-offline. It would be useful to be able to toggle off this plugin when doing deployments or packaging the application. This PR implements this feature via serverless.yml custom configs.