vue中使用scss时报错(Module build failed: TypeError: this.getResolve is not a function at Object.)
时间:2019-12-25 14:26:24
收藏:0
阅读:1190
sass-loader版本过高
1.先卸载当前版本npm uninstall sass-loader
2.再安装 npm install sass-loader@7.3.1 --save-dev
原文:https://www.cnblogs.com/bbplayer/p/12096076.html
评论(0)