web-infra-dev / rsbuild

The Rspack-based build tool. It's fast, out-of-the-box and extensible.
https://rsbuild.dev/
MIT License
1.25k stars 98 forks source link

[Bug]: Compilation stuck #2948

Closed wengjiacheng closed 1 month ago

wengjiacheng commented 1 month ago

Version

System:
    OS: macOS 13.3.1
    CPU: 2.5 GHz Intel Core i7
    Memory: 16 GB 2133 MHz LPDDR3
  Browsers:
    Chrome:  120.0.6099.109
  npmPackages:
     "@rsbuild/core": "^1.0.0-alpha.5",
    "@rsbuild/plugin-babel": "^1.0.0-alpha.5",
    "@rsbuild/plugin-less": "^1.0.0-alpha.5",
    "@rsbuild/plugin-vue2": "^1.0.0-alpha.5",
    "@rsbuild/plugin-vue2-jsx": "^1.0.0-alpha.5"

Details

222

编译会卡在这里

Reproduce link

NONE

Reproduce Steps

npm run dev 或 npm run build

wengjiacheng commented 1 month ago

0.7版本 和 1.0版本都会卡死

github-actions[bot] commented 1 month ago

Hello @wengjiacheng. Please provide a reproduction repository or online demo. For background, see Why reproductions are required. Thanks ❤️

wengjiacheng commented 1 month ago

@chenjiahan 你好,demo无法复现,是否有什么排查的方法,提供一下,我先自己在项目中排查一下

chenjiahan commented 1 month ago

you can refer to this faq: https://rsbuild.dev/plugins/list/plugin-babel#compilation-freezes

github-actions[bot] commented 1 month ago

As the issue was labelled with need reproduction, but no response in 5 days. This issue will be closed. Feel free to comment and reopen it if you have any further questions. For background, see Why reproductions are required.

由于该 issue 被标记为 "需要重现",但在 5 天内没有回应,因此该 issue 将被关闭。如果你有任何进一步的问题,请随时发表评论并重新打开该 issue。背景请参考 为什么需要最小重现