To reproduce:
- Run
yarn dev
inside a Vagrant shared folder - Make a change to
app.vue
The server bundle is updated, but when loading the page, a hydration error occurs and the update is missing.
When running yarn dev
in the host machine, it works fine