Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [rsbuild]

The tag has no usage guidance.

1 vote
3 answers
69 views

How do I force rspack / rsbuild to use relative paths?

I created a new React app using rspack, based on the docs I used the command npm create rsbuild@latest. I deployed the build to Github pages, unfortunately the page is empty. It seems it's not able to ...
baitendbidz's user avatar
0 votes
0 answers
29 views

RsBuild react project got can not find module error for png image file

I am now setting up my RactJS project build with RsBuild, in my main.css file, I have this background-image: url(/background.png) but when I run rsbuild dev command, I got this error: Error: ...
user3006967's user avatar
  • 3,505