-
Notifications
You must be signed in to change notification settings - Fork 6
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
Converts webpack to rspack #45
Conversation
Looks great @elliotBraem . I did not know about rspack. Are you able to make the test pass too? |
53e993e
to
e6639e7
Compare
@race-of-sloths include |
@elliotBraem Thank you for your contribution! Your pull request is now a part of the Race of Sloths! Current status: executed
Your contribution is much appreciated with a final score of 1! Congratulations @elliotBraem! Your PR was highly scored and you completed another monthly streak! To keep your monthly streak make another pull request next month and get 8+ score for it What is the Race of SlothsRace of Sloths is a friendly competition where you can participate in challenges and compete with other open-source contributors within your normal workflow For contributors:
For maintainers:
Feel free to check our website for additional details! Bot commands
|
@petersalomonsen, yeah! Rspack is a pretty cool project; it's a bit newer but seems to be gaining more traction because it's a drop-in replacement; it barely needed any additional config besides using the rspack versions of the plugins. Thanks for pointing out the tests -- it looks like tests were failing to start because of a bad lockfile and then it turns out zavodil.near/widget/Lido uses an expired subgraph url, so the widget no longer works. I swapped it out for meta-pool-official.near/widget/MetaPoolStakeEth. They're working now and this is ready to merge then. |
🥁 Score it! @elliotBraem, please ask your peers to score the PR using |
rspack is a rust optimized, drop-in replacement of webpack.