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 @@ -55,14 +55,14 @@ The `ExtractTextPlugin` generates an output file per entry, so you must use `[na
55
55
ExtractTextPlugin .extract ([notExtractLoader], loader, [options])
56
56
```
57
57
58
- Creates an extracting loader from a existing loader.
58
+ Creates an extracting loader from an existing loader.
59
59
60
- * ` notExtractLoader ` (optional) the loader(s) that should be used when the css is not extracted (i. e. in a additional chunk when ` allChunks: false ` )
60
+ * ` notExtractLoader ` (optional) the loader(s) that should be used when the css is not extracted (i.e. in an additional chunk when ` allChunks: false ` )
61
61
* ` loader ` the loader(s) that should be used for converting the resource to a css exporting module.
62
62
* ` options `
63
63
* ` publicPath ` override the ` publicPath ` setting for this loader.
64
64
65
- There is also a ` extract ` function on the instance. You should use this if you have more than one ExtractTextPlugin.
65
+ There is also an ` extract ` function on the instance. You should use this if you have more than one ExtractTextPlugin.
66
66
67
67
## License
68
68
You can’t perform that action at this time.
0 commit comments