serverless-plugin-typescript icon indicating copy to clipboard operation
serverless-plugin-typescript copied to clipboard

Removes .build/node_modules instead of unlinking it during packaging

Open thiagohirata opened this issue 5 years ago • 2 comments

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.

thiagohirata avatar Jul 15 '20 01:07 thiagohirata

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

KingDarBoja avatar Jul 19 '20 16:07 KingDarBoja

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

larahroth avatar Feb 14 '22 17:02 larahroth