Skip to content

Commit

Permalink
docs: add path string to options signature (#683)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottdotjs committed Apr 12, 2022
1 parent 4b18a6b commit 64cf06f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -79,7 +79,7 @@ module.exports = {
new CopyPlugin({
patterns: [
{ from: "source", to: "dest" },
{ from: "other", to: "public" },
"path/to/source", // absolute or relative, files/directories/globs - see below for examples
],
options: {
concurrency: 100,
Expand Down

0 comments on commit 64cf06f

Please sign in to comment.