安装完 less-loader
npm 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
微信扫一扫
安装完 less-loader
npm 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
相关推荐