f / vue-wait

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

Twice as big when introducing Vue 3 #112

Open WilliamDASILVA opened 2 years ago

WilliamDASILVA commented 2 years ago

Hi there,

When introducing the Vue 3 compatibility version on v1.5, you increased the package size by two due to the fact that you have two separate dist files (vue-wait-next and vue-wait-v2) that are included together.

This can be clearly viewed on Bundlephobia https://bundlephobia.com/package/vue-wait@1.5.3

Capture d’écran 2021-12-10 à 18 30 59 Capture d’écran 2021-12-10 à 18 29 13

Wouldn't there be a better way to tree shake this?