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. |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
url-loader is supported,can you try it in rspack directly |
Beta Was this translation helpful? Give feedback.
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
base64
withoutgenerator
processing. It's not what I expected.Beta Was this translation helpful? Give feedback.
All reactions