1、ValidationError: Invalid options object. Sass Loader has been initialized using an options object that does not match the API schema.
降低sass-loader的版本可以解决(10.1.0 -> 7.1.0),降低之后又有报错Error: Node Sass version 5.0.0 is incompatible with ^4.0.0.(5.0.0 -> 4.12.0)
2、ReferenceError:primordials is not defined
使用nvm,安装使用11.15.0版本的node可解决。