首页 > Windows开发 > 详细

(node:11080) DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead

时间:2020-03-20 01:04:21      阅读:757      评论:0      收藏:0      [点我收藏+]

这段时间在学习webpack,在用extract-text-webpack-plugin插件时报这个错误:

技术分享图片

 

 

 解决方法:

这是由于extract-text-webpack-plugin没有提供支持webpack4以上的版本

可以通过安装下一代版本解决

npm i -D extract-text-webpack-plugin@next

参考:https://github.com/webpack-contrib/extract-text-webpack-plugin/issues/701

(node:11080) DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead

原文:https://www.cnblogs.com/hongyan90/p/12528430.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!