rspack icon indicating copy to clipboard operation
rspack copied to clipboard

[Bug]: Unable to debug when lazyload.

Open belizariogr opened this issue 1 year ago • 4 comments

Version

System:
    OS: Windows 11 10.0.22631
    CPU: (32) x64 AMD Ryzen 9 7950X 16-Core Processor
    Memory: 17.85 GB / 31.21 GB
  Browsers:
    Edge: Chromium (127.0.2651.105)
    Internet Explorer: 11.0.22621.3527
  npmPackages:
    @rsbuild/core: ^1.0.6 => 1.0.6
    @rsbuild/plugin-react: ^1.0.2 => 1.0.2
    @rsbuild/plugin-svgr: ^1.0.2 => 1.0.2
    @rsbuild/plugin-type-check: ^1.0.1 => 1.0.1

Details

Using version 1.0.x we are unanble to debug when files has more than 50 lines. If I downgrade to version 0.7.x the debug works perfectly.

Reproduce link

https://github.com/belizariogr/rsbuild-error

Reproduce Steps

Run: npm install

go to file: src/pages/Dashboard/index.tsx and try to debug in the last lines, just like the picture.

Captura de tela 2024-09-24 155203

belizariogr avatar Sep 24 '24 18:09 belizariogr