-
-
Notifications
You must be signed in to change notification settings - Fork 283
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
Add a copy option to copy relative symbolic links without resolving. #381
Comments
Yes, please! |
PR welcome |
I have started a PR on this so far only a failing test. It can be found here. Would be glad to have some review of the test as I'm new to the testing style you use. |
@PabloK please send a PR and i will review and say what is wrong |
What's "confusing" the task seems pretty clear to me? |
My mistake |
👍 just wanted to mention that this is important when using libraries like sharp, which resolve dependencies with local symlinks. |
PR welcome |
I think we don't need this option, because https://github.com/mrmlnc/fast-glob#followsymboliclinks |
I will add tests and docs |
Bug on |
Found other bugs on our side, but we need to solve mrmlnc/fast-glob#300 firstly |
Feature Proposal
Add an option to copy-webpack-plugin to copy relative symbolic links without resolving the underlying structure.
Feature Use Case
An example repo can be found here: https://github.com/PabloK/copy-webpack-381
The text was updated successfully, but these errors were encountered: