WebpackTypeError: Cannot read property ‘tap‘ of undefined at HtmlWebpackPlugin.

大鹏一日同风起,扶摇直上九万里。这篇文章主要讲述WebpackTypeError: Cannot read property ‘tap‘ of undefined at HtmlWebpackPlugin.相关的知识,希望能为你提供帮助。
【Webpack】TypeError: Cannot read property ‘tap’ of undefined at htmlWebpackPlugin.报错如下:

解决办法:
下载安装指定版本的 html-webpack-plugin,使它和webpack版本版本相匹配

npm install --save-devhtml-webpack-plugin@4.3.0

【WebpackTypeError: Cannot read property ‘tap‘ of undefined at HtmlWebpackPlugin.】


    推荐阅读