f / vue-wait

Complex Loader and Progress Management for Vue/Vuex and Nuxt Applications
MIT License
2k stars 101 forks source link

Using with vite // TypeError: VueWait is not a constructor #125

Open simonmaass opened 2 years ago

simonmaass commented 2 years ago

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?

simonmaass commented 2 years ago

This might be related? https://github.com/vitejs/vite/issues/3910

simonmaass commented 2 years ago

@f thank you so much for this great library! Are you still maintaining this repo?

ebisbe commented 2 years ago

@simonmaass did you find a solution? I'll read/check the vite thread you mention but I'd like to know beforehand