forge
forge copied to clipboard
feat(plugin-vite): add derefSymlinks option to config
- [ 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