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" }
暫時沒有發現有沒有其他關聯錯誤。