serverless-plugin-typescript
serverless-plugin-typescript copied to clipboard
Removes .build/node_modules instead of unlinking it during packaging
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.
Fixed on my fork: https://github.com/KingDarBoja/serverless-plugin-typescript
Hi! Is anyone looking at this pr actively?! :0