We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e90db9e commit b28c7f0Copy full SHA for b28c7f0
1 file changed
types/index.d.ts
@@ -60,7 +60,6 @@ declare namespace CopyPlugin {
60
Schema,
61
Compiler,
62
Compilation,
63
- WebpackError,
64
Asset,
65
AssetInfo,
66
GlobbyOptions,
@@ -93,7 +92,6 @@ declare namespace CopyPlugin {
93
92
type Schema = import("schema-utils/declarations/validate").Schema;
94
type Compiler = import("webpack").Compiler;
95
type Compilation = import("webpack").Compilation;
96
-type WebpackError = import("webpack").WebpackError;
97
type Asset = import("webpack").Asset;
98
type AssetInfo = import("webpack").AssetInfo;
99
type GlobbyOptions = import("tinyglobby").GlobOptions;
0 commit comments