File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments