rsbuild 报错 Uncaught Error: Problem communicating active modules to the server

使用rsbuild 跑dev环境时,报了个错

Uncaught Error: Problem communicating active modules to the server at eval (node_modules\.pnpm\@rspack+core@1.6.7_@swc+helpers@0.5.17\node_modules\@rspack\core\hot\lazy-compilation-web.js?%2Flazy-compilation-using-:29:0)
image.png

并且对应的页面也白屏


image.png

解决

把 lazyCompilation关闭即可
在rsbuild.config.ts中

export default defineConfig({
  ...其他配置
  dev: {
     lazyCompilation: false
  }
})

lazyCompilation这个配置应该是默认开启了,需要手动关闭下

©著作权归作者所有,转载或内容合作请联系作者
【社区内容提示】社区部分内容疑似由AI辅助生成,浏览时请结合常识与多方信息审慎甄别。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

相关阅读更多精彩内容

友情链接更多精彩内容