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

学习ts时,使用webpack打包编译时报错,原因是 依赖版本不匹配 ,按照以下版本安装即可

安装版本:

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

猜你喜欢

转载自blog.csdn.net/weixin_59128282/article/details/122369691