Open bigbossx opened 1 day ago
when i use rsbuild v1.0.19 with lazyCompilation mode.
the browser will show hmr connect and reload, and wait compilation done
But in v1.1.4 the browser will remain on the white page unless you refresh the page manually. it's a bad dev experience
No response
export default defineConfig({ dev: { progressBar: true, lazyCompilation: true }, })
rsbuild dev
System Info
Details
when i use rsbuild v1.0.19 with lazyCompilation mode.
the browser will show hmr connect and reload, and wait compilation done
But in v1.1.4 the browser will remain on the white page unless you refresh the page manually. it's a bad dev experience
Reproduce link
No response
Reproduce Steps