Open
Description
Expected Behavior
According to the documentation for derefSymlinks
, the default value is true
:
Lines 356 to 362 in 34f8857
Actual Behavior
However, as we can see by the call to fs-extra
, there is no default value used which means that we rely on their default value:
Lines 168 to 171 in 34f8857
As a result, the actual default value becomes false
:
dereference
<boolean>
: dereference symlinks, default isfalse
.
https://github.com/jprichardson/node-fs-extra/blob/master/docs/copy.md
To Reproduce
Package a repository with symlinks, for example due to usage of workspaces
. The final build will also contain symlinks inside of its node_modules/.