Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit a284f3a

Browse files
WangZhaomichael-ciniawsky
authored andcommitted
docs(README): fix options table formatting (#478)
1 parent 75cb09e commit a284f3a

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
@@ -68,7 +68,7 @@ new ExtractTextPlugin(options: filename | object)
6868
|Name|Type|Description|
6969
|:--:|:--:|:----------|
7070
|**`id`**|`{String}`|Unique ident for this plugin instance. (For advanced usage only, by default automatically generated)|
71-
|**`filename`**|`{String|Function}`|Name of the result file. May contain `[name]`, `[id]` and `[contenthash]`|
71+
|**`filename`**|`{String\|Function}`|Name of the result file. May contain `[name]`, `[id]` and `[contenthash]`|
7272
|**`allChunks`**|`{Boolean}`|Extract from all additional chunks too (by default it extracts only from the initial chunk(s))|
7373
|**`disable`**|`{Boolean}`|Disables the plugin|
7474
|**`ignoreOrder`**|`{Boolean}`|Disables order check (useful for CSS Modules!), `false` by default|

0 commit comments

Comments
 (0)