webpack4 Cannot use [chunkhash] or [contenthash] for chunk in '[name].[chunkhash].js' (use [hash] instead)

热替换影响了chunkhash的使用,你要确保hotModuleReplacementPlugin()函数没在生产环境下执行,

相关文章:

  • 2021-12-02
  • 2021-05-04
  • 2021-12-01
  • 2022-12-23
  • 2022-12-23
  • 2021-08-10
猜你喜欢
  • 2021-11-24
  • 2022-02-20
  • 2021-10-31
  • 2022-12-23
  • 2021-12-05
  • 2021-12-15
相关资源
相似解决方案