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

这段时间在学习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

posted @ 2020-03-20 00:01  hongyan1990  阅读(4927)  评论(0)    收藏  举报