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


Wouldn't there be a better way to tree shake this?
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-nextandvue-wait-v2) that are included together.This can be clearly viewed on Bundlephobia https://bundlephobia.com/package/vue-wait@1.5.3
Wouldn't there be a better way to tree shake this?