We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System: OS: macOS 15.1.1 CPU: (11) arm64 Apple M3 Pro Memory: 5.74 GB / 36.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 22.11.0 - ~/Library/pnpm/node npm: 10.9.0 - ~/Library/pnpm/npm pnpm: 9.10.0 - ~/Library/pnpm/pnpm Browsers: Brave Browser: 131.1.73.97 Chrome: 131.0.6778.265 Safari: 18.1.1 npmPackages: @rspack/core: 1.1.8 => 1.1.8 @rspack/dev-server: 1.0.10 => 1.0.10
I'm using the RspackDevServer js api to launch my dev server, and as soon as I enable the option client.progress, the server crashes with
RspackDevServer
client.progress
/node_modules/@rspack/core/dist/index.js:5117 TypeError: compiler.__internal__registerBuiltinPlugin is not a function
I do have the ProgressPlugin in my config.
ProgressPlugin
No response
Run a dev server with the js API, enable client.progress, and run the server
The text was updated successfully, but these errors were encountered:
LingyuCoder
No branches or pull requests
System Info
System:
OS: macOS 15.1.1
CPU: (11) arm64 Apple M3 Pro
Memory: 5.74 GB / 36.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 22.11.0 - ~/Library/pnpm/node
npm: 10.9.0 - ~/Library/pnpm/npm
pnpm: 9.10.0 - ~/Library/pnpm/pnpm
Browsers:
Brave Browser: 131.1.73.97
Chrome: 131.0.6778.265
Safari: 18.1.1
npmPackages:
@rspack/core: 1.1.8 => 1.1.8
@rspack/dev-server: 1.0.10 => 1.0.10
Details
I'm using the
RspackDevServer
js api to launch my dev server, and as soon as I enable the optionclient.progress
, the server crashes withI do have the
ProgressPlugin
in my config.Reproduce link
No response
Reproduce Steps
Run a dev server with the js API, enable
client.progress
, and run the serverThe text was updated successfully, but these errors were encountered: