serverless-plugin-typescript
serverless-plugin-typescript copied to clipboard
Fix #260 Use npm to pack dependecies instead of copying them
As mentioned in the issue #260 I wanted to avoid copying all the dependencies during packaging.
Depending of how many dependencies you have it can save a lot of time. In my case it is around 75% faster. From 7 min to 2.5 min.