Skip to content
New issue

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

[Bug]: Dev server "client.progress" is crashing #8977

Open
ArthurGoupil opened this issue Jan 9, 2025 · 0 comments
Open

[Bug]: Dev server "client.progress" is crashing #8977

ArthurGoupil opened this issue Jan 9, 2025 · 0 comments
Assignees
Labels
bug Something isn't working pending triage The issue/PR is currently untouched.

Comments

@ArthurGoupil
Copy link

ArthurGoupil commented Jan 9, 2025

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 option client.progress, the server crashes with

/node_modules/@rspack/core/dist/index.js:5117
TypeError: compiler.__internal__registerBuiltinPlugin is not a function

I 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 server

@ArthurGoupil ArthurGoupil added bug Something isn't working pending triage The issue/PR is currently untouched. labels Jan 9, 2025
@LingyuCoder LingyuCoder self-assigned this Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working pending triage The issue/PR is currently untouched.
Projects
None yet
Development

No branches or pull requests

2 participants