plugins: [
    new HtmlWebpackPlugin(),
    new webpack.IgnorePlugin({
      resourceRegExp: /^\.\/locale$/,
      contextRegExp: /moment$/
    })
  ]

 

忽略moment的语言文件

相关文章:

  • 2022-12-23
  • 2021-04-26
  • 2021-10-05
  • 2021-12-03
猜你喜欢
  • 2022-12-23
  • 2021-07-25
  • 2022-12-23
  • 2022-12-23
  • 2021-12-09
  • 2021-04-16
  • 2022-12-23
相关资源
相似解决方案