vladshcherbin / rollup-plugin-copy

Copy files and folders using Rollup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Symlinks

massadm opened this issue · comments

When a plugin tries to copy a symlink, a choice is needed:

  1. Follow the link and copy the file or directory that the link points to;
  2. Copy only the link (current behavior).

https://github.com/vladshcherbin/rollup-plugin-copy/tree/3.4.0

According to this you can use these settings which contains dereference which might be what you want.

Accepted. Thanks!