Skip to content
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

to is treated as a file if directory contains a dot #101

Open
ilijapuaca opened this issue Apr 5, 2023 · 1 comment
Open

to is treated as a file if directory contains a dot #101

ilijapuaca opened this issue Apr 5, 2023 · 1 comment

Comments

@ilijapuaca
Copy link

When specifying a glob for the from property, and using a folder name with a dot for to, the result is a file that's few bytes large instead of a folder containing all the glob matches.

Trivial example:

...
{
  from: './**/*',
  to: './foo.bar'
}
@Mykyta-Chernenko
Copy link

encounter the same issue, it essentially doesn't allow me to copy 'chart.js' library as it treats the to as a file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants