mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 02:01:30 +08:00
wip(table): perf table #136,146,134
This commit is contained in:
@@ -78,7 +78,11 @@ export default (mode: 'development' | 'production'): UserConfig => {
|
||||
|
||||
cssPreprocessOptions: {
|
||||
less: {
|
||||
modifyVars: modifyVars,
|
||||
modifyVars: {
|
||||
// reference : Avoid repeated references
|
||||
hack: `true; @import (reference) "${resolve('src/design/config.less')}";`,
|
||||
...modifyVars,
|
||||
},
|
||||
javascriptEnabled: true,
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user