(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

猜你喜欢

转载自www.cnblogs.com/hongyan90/p/12528430.html
今日推荐