Chunk hash did not change when I only update experimental.renderBuiltUrl function. #13996
Open
7 tasks done
Labels
p3-minor-bug
An edge case that only affects very specific usage (priority)
Describe the bug
When I only update
renderBuiltUrl
function in vite.configThe chunk hash will not change, but chunk code is diffrent than before.
I believe it's not expected.
Reproduction
https://stackblitz.com/edit/vitejs-vite-mtwhq8?file=vite.config.ts
Steps to reproduce
the hash of index.js chunk is
597e1bff
render-test1
torender-test2
the hash of index.js chunk is still
597e1bff
. But this chunk code is different than before.System Info
Used Package Manager
npm
Logs
No response
Validations
The text was updated successfully, but these errors were encountered: