scss-loader error问题解决 : options has an unknown property 'includePaths'
使用webpack工程化小程序时,scss解析失败以下是我原本的配置://webpack.config.jsmodule.exports={...其他配置module:{rules:[...{test:/\.(scss)$/,include:/src/,use:[{loader:'file-loader',options:{useRelativePath:true,name:'[path][nam