forge icon indicating copy to clipboard operation
forge copied to clipboard

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

Open peterekjs opened this issue 1 year ago • 0 comments

  • [ 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 avatar Jun 19 '24 14:06 peterekjs