serverless-plugin-typescript
serverless-plugin-typescript copied to clipboard
Fix #272: symlink deps are not included in the build
As mentioned in issue #272, the symlink deps are not included in the build.
This PR is to copy symlink dependencies to the build package using the dereference feature from the fs.copySync.