This repository was archived by the owner on May 29, 2019. It is now read-only.
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
5555ExtractTextPlugin .extract ([notExtractLoader], loader, [options])
5656```
5757
58- Creates an extracting loader from a existing loader.
58+ Creates an extracting loader from an existing loader.
5959
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 ` )
6161* ` loader ` the loader(s) that should be used for converting the resource to a css exporting module.
6262* ` options `
6363 * ` publicPath ` override the ` publicPath ` setting for this loader.
6464
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.
6666
6767## License
6868
You can’t perform that action at this time.
0 commit comments