这个问题主要是因为node-loader版本过高导致的问题

css-loader降为3.6.0版本即可

npm install css-loader@2.0.2 --save-dev
npm install style-loader@0.23.1  --save-dev

Module build failed: TypeError: this.getOptions is not a function     at Object.loader

重新运行npm run build即可

相关文章:

  • 2022-12-23
  • 2021-07-27
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2019-09-05
猜你喜欢
  • 2022-12-23
  • 2021-07-29
  • 2022-12-23
  • 2022-01-01
  • 2021-11-21
相关资源
相似解决方案