ERROR: Uncaught TypeError: Cannot read property 'modules' of undefined

原因:更新了vite 没有更新@vitejs/plugin-vue

I had tried to replicate your issue without succes. is correct should not happen in spa app.
vite 2.7 requires vue plugin version 1.10 and up \

https://github.com/vitejs/vite/issues/6043