[webpack-cli] TypeError: Cannot read property 'tap' of undefined

原因:webpack的版本号跟html-webpack-plugin的版本号不匹配,不兼容

当前版本:

webpack 4.46.0
webpack-cli 4.3.1

html-webpack-plugin@5.3.2

解决:降低版本

npm install -D html-webpack-plugin@4.5.0

[webpack-cli] TypeError: Cannot read property 'tap' of undefined

上一篇:Reverse for 'blog_detail.html' not found.解决方法


下一篇:phpstorm 安装 laravel 代码提示插件 laravel-ide-helper