ERROR  Failed to compile with 2 errors                          15:32:41

Failed to resolve loader: less-loader
You may need to install it.
Failed to resolve loader: less-loader
You may need to install it.

原文连接 https://vue.ant.design/docs/vue/use-with-vue-cli-cn/

按照这个连接的描述,出现上述提示的错误。

折腾了将近一天,发现修改 babel.config.js 的 style 属性为 css 后不报错了。我的vue版本为 3.7.0

{ libraryName: "ant-design-vue" ,libraryDirectory: "es", style: "css" }

暂时没有发现有没有其他关联错误。

 

相关文章:

  • 2023-03-17
  • 2022-12-23
  • 2021-12-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-27
猜你喜欢
  • 2022-12-23
  • 2021-11-21
  • 2022-12-23
  • 2022-12-23
  • 2020-07-11
  • 2022-01-31
  • 2021-08-21
相关资源
相似解决方案