Add an option to copy-webpack-plugin to copy relative symbolic links without resolving the underlying structure.
An example repo can be found here: https://github.com/PabloK/copy-webpack-381
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 fast-glob side
Found other bugs on our side, but we need to solve https://github.com/mrmlnc/fast-glob/issues/300 firstly
Most helpful comment
Yes, please!