Skip to content

Commit 64cf06f

Browse files
author
Scott Martin
authored
docs: add path string to options signature (#683)
1 parent 4b18a6b commit 64cf06f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ module.exports = {
7979
new CopyPlugin({
8080
patterns: [
8181
{ from: "source", to: "dest" },
82-
{ from: "other", to: "public" },
82+
"path/to/source", // absolute or relative, files/directories/globs - see below for examples
8383
],
8484
options: {
8585
concurrency: 100,

0 commit comments

Comments
 (0)