错误信息
ValidationError: Invalid options object. Ignore Plugin has been initialized using an options object that does not match the API schema.
- options should be one of these:
object { resourceRegExp, contextRegExp? } | object { checkResource }
Details:
* options misses the property 'resourceRegExp'. Should be:
RegExp
-> A RegExp to test the request against.
* options misses the property 'checkResource'. Should be:
function-> A filterfunctionfor resource and context.
ValidationError: Invalid options object. Ignore Plugin has been initialized using an options object that does not match the API schema.
项目始终无法起来,删除node_modules 重新安装也还是报错,于是执行 cnpm install webpack@4.46.0 --save-dev 解决问题, 项目可正常运行