You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
andvue-wait-v2
) that are included together.This can be clearly viewed on Bundlephobia https://bundlephobia.com/package/[email protected]
Wouldn't there be a better way to tree shake this?
The text was updated successfully, but these errors were encountered: