Skip to content

Commit b28c7f0

Browse files
refactor: code
1 parent e90db9e commit b28c7f0

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

types/index.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ declare namespace CopyPlugin {
6060
Schema,
6161
Compiler,
6262
Compilation,
63-
WebpackError,
6463
Asset,
6564
AssetInfo,
6665
GlobbyOptions,
@@ -93,7 +92,6 @@ declare namespace CopyPlugin {
9392
type Schema = import("schema-utils/declarations/validate").Schema;
9493
type Compiler = import("webpack").Compiler;
9594
type Compilation = import("webpack").Compilation;
96-
type WebpackError = import("webpack").WebpackError;
9795
type Asset = import("webpack").Asset;
9896
type AssetInfo = import("webpack").AssetInfo;
9997
type GlobbyOptions = import("tinyglobby").GlobOptions;

0 commit comments

Comments
 (0)