Replies: 3 comments 1 reply
|
there's no need to use if you just want a HTTP url instead of data uri, please just try reducing output.dataUriLimit. |
0 replies
|
Thank you for your response. Actually, my goal is to upload images and other resources to a self-hosted CDN service and then use the returned CDN links. Previously. I achieved this by configuring the Currently, the only solution I can think of is implementing it within a webpack plugin. But it's a little more complicated. |
1 reply
|
url-loader is supported,can you try it in rspack directly |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Thanks this nice building tool ❤️
I met some problem with
rsbuild. My config:The image is converted to
base64withoutgeneratorprocessing. It's not what I expected.All reactions