mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-21 16:40:26 +00:00
Merge pull request #16625 from nhardy/patch-1
extract-text-webpack-plugin: Update for 2.1.0
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
// Type definitions for extract-text-webpack-plugin 2.0.0
|
||||
// Type definitions for extract-text-webpack-plugin 2.1.0
|
||||
// Project: https://github.com/webpack-contrib/extract-text-webpack-plugin
|
||||
// Definitions by: flying-sheep <https://github.com/flying-sheep>, kayo <https://github.com/katyo>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
@@ -42,7 +42,7 @@ interface ExtractTextPlugin extends Plugin {
|
||||
* Creates an extracting loader from an existing loader.
|
||||
* Use the resulting loader in `module.rules`/`module.loaders`.
|
||||
*/
|
||||
extract: (loader: Loader | Loader[] | ExtractOptions) => Loader
|
||||
extract: (loader: Loader | Loader[] | ExtractOptions) => Loader[]
|
||||
}
|
||||
|
||||
declare const extractTextPlugin: ExtractTextPlugin
|
||||
|
||||
Reference in New Issue
Block a user