Skip to content

Commit 91befda

Browse files
authored
Merge pull request #394 from pndewit/master
docs - adds array type for options.use and options.fallback
2 parents c307def + 9311650 commit 91befda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ Creates an extracting loader from an existing loader. Supports loaders of type `
8989

9090
|Name|Type|Description|
9191
|:--:|:--:|:----------|
92-
|**`options.use`**|`{String}`/`{Object}`|Loader(s) that should be used for converting the resource to a CSS exporting module _(required)_|
93-
|**`options.fallback`**|`{String}`/`{Object}`|loader(e.g `'style-loader'`) that should be used when the CSS is not extracted (i.e. in an additional chunk when `allChunks: false`)|
92+
|**`options.use`**|`{String}`/`{Array}`/`{Object}`|Loader(s) that should be used for converting the resource to a CSS exporting module _(required)_|
93+
|**`options.fallback`**|`{String}`/`{Array}`/`{Object}`|loader(e.g `'style-loader'`) that should be used when the CSS is not extracted (i.e. in an additional chunk when `allChunks: false`)|
9494
|**`options.publicPath`**|`{String}`|Override the `publicPath` setting for this loader|
9595

9696

0 commit comments

Comments
 (0)