Akryum / meteor-vite

MIT License
33 stars 16 forks source link

vite v3.1 not work #13

Closed SvenWangChina closed 1 year ago

SvenWangChina commented 1 year ago

Vite v3.1 not work, get follow error

App.vue:7 Uncaught TypeError: Cannot read properties of undefined (reading 'accept')
    at App.vue:7:20
(anonymous) @ App.vue:7
diavrank commented 1 year ago

I have a working example here https://github.com/diavrank/theory-swe/pull/5 with Vite 4

Akryum commented 1 year ago

I upgraded the example to vite 4.1 and it works great