TypeError: this.getResolve is not a function
at Object.loader (/Users/lizhao/Desktop/gauss/node_modules/sass-loader/dist/index.js:52:26)
sass-loader版本太高
将"sass-loader": "^8.0.0"
,更换成"sass-loader": "^7.3.1"
踩坑记录-安装node-sass运行报错TypeError: this.getResolve is not a function at Object.loader
原文:https://www.cnblogs.com/superlizhao/p/12157619.html