[X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
[X] Make sure this is a Vite issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to https://github.com/vuejs/vue-next instead.
Describe the bug
With upgrading Vite from 2.4.4 to 2.5.0 (even with beta.0), the Vuex-ORM package stopped working as expected.
The issue is on Vuex-ORM model fields, it loses all fields except
$id
.I already know that Vuex-ORM is an external package from Vute/Vite.
Reproduction
Using Vite 2.4.4, it works as expected: https://codesandbox.io/s/spring-https-vn0nt
Using Vite 2.5.0, you can see that no items from models are shown: https://codesandbox.io/s/wandering-shadow-emfn2
System Info
Used Package Manager
yarn
Logs
No response
Validations