-
-
Notifications
You must be signed in to change notification settings - Fork 781
Closed
Copy link
Labels
bugSomething isn't workingSomething isn't workingteamThe issue/pr is created by the member of Rspack.The issue/pr is created by the member of Rspack.
Description
System Info
@rspack/core 1.1.1
Details
Rsbuild supports restarting the server when configuration files change (it will call the rspack compiler.close method and create a new rspack compiler run).
Everything works fine on restart, the previous compiler shuts down as expected, except that the previous progress bar doesn't seem to be destroyed.
Reproduce link
https://github.com/web-infra-dev/rsbuild/tree/main/examples/react
Reproduce Steps
- pnpm i
- cd
examples/react - enable
progressBarinrsbuild.config.ts pnpm devorpnpm build -w- Save the
rsbuild.config.tsfile multiple times viactrl + s
export default defineConfig({
plugins: [pluginReact()],
+ dev: {
+ progressBar: true
+ },
});Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingteamThe issue/pr is created by the member of Rspack.The issue/pr is created by the member of Rspack.
