CSS Loader has been initialized using an options object that does not match the API schema

“Module build failed (from ./node_modules/css-loader/dist/cjs.js):
ValidationError: Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.

  • options has an unknown property ‘XXX’. These properties are valid:
    object { url?, import?, modules?, sourceMap?, importLoaders?, localsConvention?, onlyLocals?, esModule? }”

通常情况下是因为关于css-loader的配置有问题,提示当前的“XXX”属性不存在,可以查看当前css-loader的文档,获取当前使用版本的属性参数做出对应的修改。

你可能感兴趣的:(NPM)