We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e07be22 commit ceb69deCopy full SHA for ceb69de
1 file changed
types/webpack/index.d.ts
@@ -1449,6 +1449,7 @@ declare namespace webpack {
1449
1450
// Compatibility with webpack@5's own types
1451
// See https://github.com/webpack/webpack/issues/11630
1452
+ // tslint:disable-next-line no-empty-interface
1453
interface WebpackPluginInstance extends Plugin {}
1454
1455
abstract class ResolvePlugin implements Tapable.Plugin {
0 commit comments