File tree 1 file changed +3
-3
lines changed
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)
69
69
| :--:| :--:| :----------|
70
70
| ** ` id ` ** | ` {String} ` | Unique ident for this plugin instance. (For advanced usage only, by default automatically generated)|
71
71
| ** ` 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|
75
75
76
76
* ` [name] ` name of the chunk
77
77
* ` [id] ` number of the chunk
You can’t perform that action at this time.
0 commit comments