mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Merge pull request #19013 from bijanvakili/fix-webpack-watchignoreplugin-list
WatchIgnorePlugin constructor should allow array of string paths
This commit is contained in:
2
types/webpack/index.d.ts
vendored
2
types/webpack/index.d.ts
vendored
@@ -919,7 +919,7 @@ declare namespace webpack {
|
||||
}
|
||||
|
||||
class WatchIgnorePlugin extends Plugin {
|
||||
constructor(paths: RegExp[]);
|
||||
constructor(paths: Array<string | RegExp>);
|
||||
}
|
||||
|
||||
namespace optimize {
|
||||
|
||||
Reference in New Issue
Block a user