错误信息如下:
Module build failed (from ./node_modules/postcss-loader/dist/cjs.js):
ValidationError: Invalid options object. PostCSS Loader has been initialized using an options object that does not match the API schema.
- options has an unknown property 'plugins'. These properties are valid:
object { postcssOptions?, execute?, sourceMap?, implementation? }
目测是安装的依赖和生成的配置不匹配,导致报错。可以在
package-lock.json
里搜搜看装的是哪个版本,然后降级一个大版本试试。