在webpack4中配置extract-text-webpack-plugin时,npm run build后报错

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

extract-text-webpack-plugin配置问题:Tapable.plugin is deprecated. Use new API on `.hooks`instead

查找了下原因,是当前的extract-text-webpack-plugin版本不支持webpack4,更新到最新版本

npm install [email protected]

则编译无错
extract-text-webpack-plugin配置问题:Tapable.plugin is deprecated. Use new API on `.hooks`instead

对应的extract-text-webpack-plugin版本是:
extract-text-webpack-plugin配置问题:Tapable.plugin is deprecated. Use new API on `.hooks`instead

相关文章:

  • 2022-12-23
  • 2021-10-15
  • 2021-06-26
  • 2022-03-03
  • 2022-02-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-02
  • 2021-09-20
  • 2021-09-26
  • 2022-12-23
相关资源
相似解决方案