serverless / serverless-plugin-typescript

Serverless plugin for zero-config Typescript support
MIT License
781 stars 222 forks source link

Fix #272: symlink deps are not included in the build #289

Open malfianrasyidin opened 1 year ago

malfianrasyidin commented 1 year ago

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.