Bug reproduction.
git clone [email protected]:Rich-Harris/vite-ssr-assets
cd vite-ssr-assets
npm install
npm run build
The dist
folder should contain two subfolders, server
and client
. Both should contain an assets
folder with an image with a hashed asset URL.
The image is only emitted for the client
build.