TypeError: Cannot read property ‘tap‘ of undefined at HtmlWebpackPlugin.apply

When learning ts, an error is reported when using webpack to package and compile, because the dependency version does not match , you can install it according to the following version  

Installed version:

npm install -D typescript
npm install -D [email protected] [email protected]
npm install -D [email protected]
npm install -D [email protected] clean-webpack-plugin
npm install -D [email protected]
npm install -D cross-env

Guess you like

Origin blog.csdn.net/weixin_59128282/article/details/122369691