TypeError: this.getOptions is not a function

240 阅读1分钟

原因: less-loader安装的版本过高 解决方案: 1.npm uninstall less-loader 2.npm install less-loader@5.0.0