Skip to content

Commit b755a1f

Browse files
authored
Merge pull request #414 from ShinyChang/patch-1
Update README.md
2 parents 261df23 + 28dca8a commit b755a1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ new ExtractTextPlugin(options: filename | object)
6969
|:--:|:--:|:----------|
7070
|**`id`**|`{String}`|Unique ident for this plugin instance. (For advanced usage only, by default automatically generated)|
7171
|**`filename`**|`{String}`|Name of the result file. May contain `[name]`, `[id]` and `[contenthash]`|
72-
|**`options.allChunks`**|`{Boolean}`|Extract from all additional chunks too (by default it extracts only from the initial chunk(s))|
73-
|**`options.disable`**|`{Boolean}`|Disables the plugin|
74-
|**`options.ignoreOrder`**|`{Boolean}`|Disables order check (useful for CSS Modules!), `false` by default|
72+
|**`allChunks`**|`{Boolean}`|Extract from all additional chunks too (by default it extracts only from the initial chunk(s))|
73+
|**`disable`**|`{Boolean}`|Disables the plugin|
74+
|**`ignoreOrder`**|`{Boolean}`|Disables order check (useful for CSS Modules!), `false` by default|
7575

7676
* `[name]` name of the chunk
7777
* `[id]` number of the chunk

0 commit comments

Comments
 (0)