DeprecationWarning:Tapable.plugin is deprecated. Use new API on '.hooks' instead 渣渣砖 2020-05-27 1,621 阅读1分钟 在执行npm run dev时报错:DeprecationWarning:Tapable.plugin is deprecated. Use new API on '.hooks' instead原因:项目中用了extract-text-webpack-plugin后,由于插件版本老旧出现的错误解决方案:npm i -D extract-text-webpack-plugin@next