这个问题主要是因为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即可

相关文章:

  • 2021-12-11
  • 2021-08-14
  • 2021-12-23
  • 2021-04-14
  • 2021-06-09
  • 2021-07-15
  • 2021-09-24
  • 2021-12-06
猜你喜欢
  • 2022-01-18
  • 2021-05-02
  • 2021-07-12
  • 2021-08-15
  • 2021-04-05
  • 2021-09-13
  • 2021-10-25
  • 2021-03-31
相关资源
相似解决方案