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

fix(dev-server): pin webpack-dev-server version #7784

Merged
merged 1 commit into from
Sep 4, 2024
Merged

Conversation

hardfist
Copy link
Contributor

@hardfist hardfist commented Sep 4, 2024

Summary

fix #7782
rspack-dev-server use some internal api of webpack-dev-server, which cause it's easily broken if webpack-dev-server do some internal refactor
so the temporary solution is to pin the webpack-dev-server version
we need redesign rspack-dev-server implemention and shouldn't rely on internal api

Checklist

  • Tests updated (or not required).
  • Documentation updated (or not required).

@github-actions github-actions bot added the team The issue/pr is created by the member of Rspack. label Sep 4, 2024
@github-actions github-actions bot added the release: bug fix release: bug related release(mr only) label Sep 4, 2024
Copy link

netlify bot commented Sep 4, 2024

Deploy Preview for rspack ready!

Name Link
🔨 Latest commit 03f8e4b
🔍 Latest deploy log https://app.netlify.com/sites/rspack/deploys/66d7c3c0b2750900085a7e62
😎 Deploy Preview https://deploy-preview-7784--rspack.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@chenjiahan chenjiahan enabled auto-merge (squash) September 4, 2024 02:26
@chenjiahan chenjiahan merged commit 7197fa0 into main Sep 4, 2024
38 checks passed
@chenjiahan chenjiahan deleted the pin-dev-server branch September 4, 2024 02:29
@Austaras
Copy link
Contributor

Austaras commented Sep 4, 2024

It would be interesting if rspack team could rewrite this part in rust too.

@chenjiahan chenjiahan mentioned this pull request Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release: bug fix release: bug related release(mr only) team The issue/pr is created by the member of Rspack.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: dev server cannot start
4 participants