serverless-plugin-typescript icon indicating copy to clipboard operation
serverless-plugin-typescript copied to clipboard

feat: toggle features

Open perrin4869 opened this issue 5 years ago • 0 comments

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.

perrin4869 avatar Aug 20 '20 07:08 perrin4869