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

feat(plugin-vite): add derefSymlinks option to config #3633

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

peterekjs
Copy link

@peterekjs peterekjs commented Jun 19, 2024

  • [ x] I have read the contribution documentation for this project.
  • [x ] I agree to follow the code of conduct that this project follows, as appropriate.
  • [x ] The changes are appropriately documented (if applicable).
  • [x ] The changes have sufficient test coverage (if applicable).
  • [ x] The testsuite passes successfully on my local machine (if applicable).

To ensure a non-breaking change, I propose to add the derefSymlinks boolean option in a manner similar to the ForgePackagerOptions interface. If this option is set to true, all copied dependency symlinks will be dereferenced.

Closes #3632

@peterekjs peterekjs requested a review from a team as a code owner June 19, 2024 14:03
@peterekjs peterekjs changed the title feat(plugin-vite): add derefSymlinks option to config (#3632) feat(plugin-vite): add derefSymlinks option to config Jun 19, 2024
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.

Vite plugin seems to preserve symlinks during packageAfterCopy hook
1 participant