serverless / serverless-plugin-typescript

Serverless plugin for zero-config Typescript support
MIT License
784 stars 224 forks source link

Fix #260 Use npm to pack dependecies instead of copying them #261

Open antoinegomez opened 2 years ago

antoinegomez commented 2 years ago

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.