TypeError: this.getOptions is not a function at Object.lessLoader
版本过高,需要安装指定版本
1npm uninstall less less-loader // 卸载2npm install [email protected] [email protected] -s // 安装指定版本
推测是webpack和less-loader版本兼容问题导致
webpack
less-loader
如果这篇文章对你有帮助,欢迎分享给更多人!
部分信息可能已经过时