Commit 3a1139e authored Apr 22, 2021 Verified
1 parent 8857968 commit 3a1139e Copy full SHA for 3a1139e
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ module.exports = {
78
78
79
79
| Name | Type | Default | Description |
80
80
| :-------------------------------------: | :------------------: | :---------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------------- |
81
- | [ ` from ` ] ( #from ) | ` {String} ` | ` undefined ` | Glob or path from where we сopy files. |
81
+ | [ ` from ` ] ( #from ) | ` {String} ` | ` undefined ` | Glob or path from where we copy files. |
82
82
| [ ` to ` ] ( #to ) | ` {String\|Function} ` | ` compiler.options.output ` | Output path. |
83
83
| [ ` context ` ] ( #context ) | ` {String} ` | ` options.context \|\| compiler.options.context ` | A path that determines how to interpret the ` from ` path. |
84
84
| [ ` globOptions ` ] ( #globoptions ) | ` {Object} ` | ` undefined ` | [ Options] [ glob-options ] passed to the glob pattern matching library including ` ignore ` option. |
@@ -96,7 +96,7 @@ module.exports = {
96
96
Type: ` String `
97
97
Default: ` undefined `
98
98
99
- Glob or path from where we сopy files.
99
+ Glob or path from where we copy files.
100
100
Globs accept [ fast-glob pattern-syntax] ( https://github.com/mrmlnc/fast-glob#pattern-syntax ) .
101
101
Glob can only be a ` string ` .
102
102
@@ -480,14 +480,14 @@ module.exports = {
480
480
plugins: [
481
481
new CopyPlugin ({
482
482
patterns: [
483
- // Сopied second and will overwrite "dir_2/file.txt"
483
+ // Copied second and will overwrite "dir_2/file.txt"
484
484
{
485
485
from: " dir_1/file.txt" ,
486
486
to: " newfile.txt" ,
487
487
force: true ,
488
488
priority: 10 ,
489
489
},
490
- // Сopied first
490
+ // Copied first
491
491
{
492
492
from: " dir_2/file.txt" ,
493
493
to: " newfile.txt" ,
You can’t perform that action at this time.
0 commit comments