Less is used in vue3 and an error is reported
reason: vue3 is incompatible with the higher version of less
solution: lock the less version
"less": "^3.13.1",
"less-loader": "^5.0.0"
Less is used in vue3 and an error is reported
reason: vue3 is incompatible with the higher version of less
solution: lock the less version
"less": "^3.13.1",
"less-loader": "^5.0.0"