serverless / serverless-plugin-typescript

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

Removes .build/node_modules instead of unlinking it during packaging #212

Open thiagohirata opened 4 years ago

thiagohirata commented 4 years ago

Fixes #170

24 will copy, and not link, ./node_modules into ./.build/node_modules on Windows when a module is symlinked. This will eventually break copyDependencies, that assumes ./.build/node_modules is not a directory.

KingDarBoja commented 4 years ago

Fixed on my fork: https://github.com/KingDarBoja/serverless-plugin-typescript

larahroth commented 2 years ago

Hi! Is anyone looking at this pr actively?! :0