`server-bundle.json` got different hash then the actual chunk files
[issue link]Hi
I’m getting an odd issue here which is the hash
generated in server-bundle.json
file are different than the actual files.
and when I run the server, of course I got an error on initial page load
Initially I thought it was plugin issue (#2868) but when I’ve got that working, this issue still remain. Also, I’m actually not sure if this issue was come from nuxt builder config
or vue-server-renderer
.
Any thoughts?
Cheers 🥂