DeprecationWarning:Tapable.plugin is deprecated. Use new API on '.hooks' instead

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