File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -378,11 +378,11 @@ Sometimes it is hard to say what is `to`, example `path/to/dir-with.ext`.
378378If you want to copy files in directory you need use ` dir ` option.
379379We try to automatically determine the ` type ` so you most likely do not need this option.
380380
381- | Name | Type | Default | Description |
382- | :--------------: | :--------: | :---------: | :--------------------------------------------------------------------------------------------------- |
383- | ** ` 'dir' ` ** | ` {String} ` | ` undefined ` | If ` to ` has no extension or ends on ` '/' ` |
384- | ** ` 'file' ` ** | ` {String} ` | ` undefined ` | If ` to ` is not a directory and is not a template |
385- | ** ` 'template' ` ** | ` {String} ` | ` undefined ` | If ` to ` contains [ a template pattern] ( https://webpack.js.org/configuration/output/#template-strings ) |
381+ | Name | Type | Default | Description |
382+ | :--------------------------- : | :--------: | :---------: | :--------------------------------------------------------------------------------------------------- |
383+ | ** [ ` 'dir' ` ] ( #dir ) ** | ` {String} ` | ` undefined ` | If ` to ` has no extension or ends on ` '/' ` |
384+ | ** [ ` 'file' ` ] ( #file ) ** | ` {String} ` | ` undefined ` | If ` to ` is not a directory and is not a template |
385+ | ** [ ` 'template' ` ] ( #template ) ** | ` {String} ` | ` undefined ` | If ` to ` contains [ a template pattern] ( https://webpack.js.org/configuration/output/#template-strings ) |
386386
387387##### ` 'dir' `
388388
@@ -780,7 +780,7 @@ module.exports = {
780780Type: ` Boolean `
781781Default: ` false `
782782
783- Doesn't generate an error on missing file(s);
783+ Doesn't generate an error on missing file(s).
784784
785785``` js
786786module .exports = {
You can’t perform that action at this time.
0 commit comments