diff --git a/types/webpack/index.d.ts b/types/webpack/index.d.ts index 3dd1a08583..14517ae3d6 100644 --- a/types/webpack/index.d.ts +++ b/types/webpack/index.d.ts @@ -848,6 +848,10 @@ declare namespace webpack { constructor(); } + class NamedChunksPlugin extends Plugin { + constructor(); + } + class NoEmitOnErrorsPlugin extends Plugin { constructor(); }