Skip to content

Commit 6669609

Browse files
authored
docs: update README (#626)
1 parent b8c08da commit 6669609

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -378,11 +378,11 @@ Sometimes it is hard to say what is `to`, example `path/to/dir-with.ext`.
378378
If you want to copy files in directory you need use `dir` option.
379379
We 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 = {
780780
Type: `Boolean`
781781
Default: `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
786786
module.exports = {

0 commit comments

Comments
 (0)