Add NamedChunksPlugin (#18644)

This commit is contained in:
Ismail Syed
2017-08-04 16:24:47 -07:00
committed by Sheetal Nandi
parent 879ee09301
commit e189253e24
+4
View File
@@ -848,6 +848,10 @@ declare namespace webpack {
constructor();
}
class NamedChunksPlugin extends Plugin {
constructor();
}
class NoEmitOnErrorsPlugin extends Plugin {
constructor();
}