We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ignoreOrder
1 parent 011de5a commit 6423619Copy full SHA for 6423619
README.md
@@ -68,6 +68,7 @@ new ExtractTextPlugin(options: filename | object)
68
|**`filename`**|`{String}`|Name of the result file. May contain `[name]`, `[id]` and `[contenthash]`|
69
|**`options.allChunks`**|`{Boolean}`|Extract from all additional chunks too (by default it extracts only from the initial chunk(s))|
70
|**`options.disable`**|`{Boolean}`|Disables the plugin|
71
+|**`options.ignoreOrder`**|`{Boolean}`|Disables order check (useful for CSS Modules!), `false` by default|
72
73
* `[name]` name of the chunk
74
* `[id]` number of the chunk
0 commit comments