
sass: 1.26.8
sass-loader: 8.0.2

css: {
loaderOptions: {
sass: {
sassOptions: {
outputStyle: 'expanded'
}
}
}
},
升级后打包,报错
Syntax Error: Thread Loader (Worker 2) Cannot read property ‘createChildCompiler’ of undefined
解决方法:在 vue.config.js 中添加
parallel: false