Version
Details
When set output.assetPrefix to '', the output publicPath starts with /.
Maybe it'll be better not to append a trailing / when assetPrefix is ''
Why would i set assetPrefix to '':
- i want to set
output.publicPath so in rsbuild i should set assetPrefix
- Our project use
<base> element to determine the soure path of js file, the href value is dynamically set when start docker
The source code related to this issue:
related code
Reproduce link
no
Reproduce Steps
no
Version
Details
When set
output.assetPrefixto'', the output publicPath starts with/.Maybe it'll be better not to append a trailing
/whenassetPrefixis''Why would i set
assetPrefixto'':output.publicPathso in rsbuild i should setassetPrefix<base>element to determine the soure path of js file, thehrefvalue is dynamically set when start dockerThe source code related to this issue:
related code
Reproduce link
no
Reproduce Steps
no