Skip to content

Commit 9311650

Browse files
author
Patrick de Wit
committed
docs - adds array type for options.use and options.fallback
1 parent e831507 commit 9311650

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ Creates an extracting loader from an existing loader. Supports loaders of type `
8686

8787
|Name|Type|Description|
8888
|:--:|:--:|:----------|
89-
|**`options.use`**|`{String}`/`{Object}`|Loader(s) that should be used for converting the resource to a CSS exporting module _(required)_|
90-
|**`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`)|
89+
|**`options.use`**|`{String}`/`{Array}`/`{Object}`|Loader(s) that should be used for converting the resource to a CSS exporting module _(required)_|
90+
|**`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`)|
9191
|**`options.publicPath`**|`{String}`|Override the `publicPath` setting for this loader|
9292

9393

0 commit comments

Comments
 (0)