less的使用
{ test: /\.less$/, loader: "style-loader!css-loader!less-loader", },
SASS的使用
{ test: /\.scss$/, loaders: ["style", "css", "sass"] },
stylus的使用
vue中使用LESS、SASS、stylus
原文:https://www.cnblogs.com/fan-zha/p/10328221.html