-
Notifications
You must be signed in to change notification settings - Fork 338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Package size could be reduced #96
Labels
Comments
Any news on this? |
I found that importing a single component instead of all of v-tootip still produces the same bundle size. Normally I think this should reduce the size of my bundle right?
|
@imacrayon should be fixed in v3 alpha |
@gertjanwytynck check the update above @Akryum thank you for the update and all your great work! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
The size of the package installed on the disk could be reduced by around 40%.
Specifically, the folder "coverage" takes 423 Kb out of 1.02 Mb. If I understand correctly, it contains results of code test coverage that are not necessary for the end user.
Is there a way to install the package without this folder?
Thanks in advance,
Mark
The text was updated successfully, but these errors were encountered: