microsoft/Typedoc-Webpack-Plugin

Tapable.plugin is deprecated

jtescher opened this issue · 1 comments

Use of .plugin is deprecated in webpack 4. Users of this plugin will now get the following errror:

DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead

The current usage in this plugin is on index.js#64

Closing as this repo seems unmaintained