You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can set assetPrefix to ./, it is equivalent to ''.
Rsbuild should always add a trailing slash to output.assetPrefix. This ensures consistent behavior, and changing this behavior is a potential breaking change.
Version
Details
When set
output.assetPrefix
to''
, the output publicPath starts with/
.Maybe it'll be better not to append a trailing
/
whenassetPrefix
is''
Why would i set
assetPrefix
to''
:output.publicPath
so in rsbuild i should setassetPrefix
<base>
element to determine the soure path of js file, thehref
value is dynamically set when start dockerThe source code related to this issue:
related code
Reproduce link
no
Reproduce Steps
no
The text was updated successfully, but these errors were encountered: