Error: Module build failed: TypeError: this.getResolve is not a function at Object.loader
生活随笔
收集整理的這篇文章主要介紹了
Error: Module build failed: TypeError: this.getResolve is not a function at Object.loader
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
錯誤原因:這是因為當(dāng)前sass的版本太高,webpack編譯時出現(xiàn)了錯誤,只需要換成低版本的就行。
找到package.json文件,里面的 "sass-loader"的版本更換掉 就行了。
將 "sass-loader": "^8.0.0",更換成 "sass-loader": "^7.3.1",
?
總結(jié)
以上是生活随笔為你收集整理的Error: Module build failed: TypeError: this.getResolve is not a function at Object.loader的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 在idea使用maven工程建立web项
- 下一篇: vue element的若干问题