From e189253e24c2b8a76f3d8e5cf28a07788b14d0e9 Mon Sep 17 00:00:00 2001 From: Ismail Syed Date: Fri, 4 Aug 2017 19:24:47 -0400 Subject: [PATCH] Add NamedChunksPlugin (#18644) --- types/webpack/index.d.ts | 4 ++++ 1 file changed, 4 insertions(+) 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(); }