You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
}
The text was updated successfully, but these errors were encountered:
When specifying a glob for the
from
property, and using a folder name with a dot forto
, the result is a file that's few bytes large instead of a folder containing all the glob matches.Trivial example:
The text was updated successfully, but these errors were encountered: