Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

malfianrasyidin
Copy link

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.

Copy link
Contributor

@medikoo medikoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@malfianrasyidin it looks good, but I wonder isn't it a breaking change (what if for some use cases it's expected that symlinked folders are not included, and with this change we'll break those builds?)

Maybe we should introduce it through option?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants