We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 839687b commit 454e0b9Copy full SHA for 454e0b9
README.md
@@ -65,7 +65,7 @@ new ExtractTextPlugin(options: filename | object)
65
* `options.disable: boolean` disables the plugin
66
* `options.id: string` Unique ident for this plugin instance. (For advanced usage only, by default automatically generated)
67
* `filenamefilter` function to modify path and filename before files are emitted
68
-```
+``` javascript
69
{
70
filenamefilter: function(filename) {
71
// modify filename
0 commit comments