webpack.config.js里面引用插件 mini-css-extract-pluginstyle-loader 同时在module里面使用会报错

Module build failed (from ./node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js):
ReferenceError: document is not defined 

解决方案:
不使用 style-loader, 改用 mini-css-extract-plugin的loader

相关文章:

  • 2021-04-24
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-22
  • 2022-02-26
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-06-02
  • 2019-03-24
  • 2022-12-23
  • 2018-03-12
  • 2022-12-23
相关资源
相似解决方案