Skip to content

Commit 6423619

Browse files
committed
docs - Document ignoreOrder
1 parent 011de5a commit 6423619

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ new ExtractTextPlugin(options: filename | object)
6868
|**`filename`**|`{String}`|Name of the result file. May contain `[name]`, `[id]` and `[contenthash]`|
6969
|**`options.allChunks`**|`{Boolean}`|Extract from all additional chunks too (by default it extracts only from the initial chunk(s))|
7070
|**`options.disable`**|`{Boolean}`|Disables the plugin|
71+
|**`options.ignoreOrder`**|`{Boolean}`|Disables order check (useful for CSS Modules!), `false` by default|
7172

7273
* `[name]` name of the chunk
7374
* `[id]` number of the chunk

0 commit comments

Comments
 (0)