安装完 less-loadernpm i less-loader报错TypeError: this.getOptions is not a function at Object.lessLoader原因是版本过高降级安装即可解决问题npm install less-loader@6.0.0参考TypeError: this.getOptions is not a function