let path = require('path');
let stylePath = path.resolve(__dirname, 'uni.less')
module.exports = {
css: {
loaderOptions: {
less: {
globalVars: {
"hack": `true; @import "${stylePath}"`
}
}
}
},
}
<style scoped lang="less">
@import url("fenlei.less");
</style>