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

Commit c63dc04

Browse files
huan086michael-ciniawsky
authored andcommitted
docs(README): clarify to set allChunks option when using CommonsChunkPlugin (#476)
1 parent c40dc64 commit c63dc04

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
@@ -69,7 +69,7 @@ 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\|Function}`|Name of the result file. May contain `[name]`, `[id]` and `[contenthash]`|
72-
|**`allChunks`**|`{Boolean}`|Extract from all additional chunks too (by default it extracts only from the initial chunk(s))|
72+
|**`allChunks`**|`{Boolean}`|Extract from all additional chunks too (by default it extracts only from the initial chunk(s))<br />When using `CommonsChunkPlugin` and there are extracted chunks (from `ExtractTextPlugin.extract`) in the commons chunk, `allChunks` **must** be set to `true`|
7373
|**`disable`**|`{Boolean}`|Disables the plugin|
7474
|**`ignoreOrder`**|`{Boolean}`|Disables order check (useful for CSS Modules!), `false` by default|
7575

0 commit comments

Comments
 (0)