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
You can defined`from` as `Object` and use the [`node-glob` options](https://github.com/isaacs/node-glob#options).
83
+
You can define`from` as `Object` and use the [`node-glob` options](https://github.com/isaacs/node-glob#options).
84
84
85
85
> ⚠️ Don't use directly `\\` in `from` (i.e `path\to\file.ext`) option because on UNIX the backslash is a valid character inside a path component, i.e., it's not a separator.
86
86
> On Windows, the forward slash and the backward slash are both separators.
0 commit comments