When switching from webpack to vite I am getting the following error: `TypeError: VueWait is not a constructor` ``` new Vue({ router, wait: new VueWait() }).$mount('#app') ``` Anyone had this problem?