serverless-plugin-typescript
serverless-plugin-typescript copied to clipboard
feat: toggle features
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.