mirror of
https://github.com/rubickCenter/rubick
synced 2025-12-15 06:44:53 +08:00
Update LESS loader options in vue.config.js
This commit is contained in:
@@ -7,7 +7,9 @@ module.exports = {
|
||||
// 向预处理器 Loader 传递配置选项
|
||||
less: {
|
||||
// 配置less(其他样式解析用法一致)
|
||||
javascriptEnabled: true, // 设置为true
|
||||
lessOptions: {
|
||||
javascriptEnabled: true, // 设置为true
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user