Skip to content
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

Closed
MarkRizun opened this issue Jan 29, 2018 · 5 comments
Closed

Package size could be reduced #96

MarkRizun opened this issue Jan 29, 2018 · 5 comments

Comments

@MarkRizun
Copy link

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

@anat
Copy link

anat commented Dec 17, 2018

Hi,

Here I have my main bundle (loaded on every page), the size taken by v-tooltip is a bit heavy.

image

Can we reopen this feature ?

Have a nice day

@Akryum Akryum reopened this Dec 17, 2018
@gertjanwytynck
Copy link

Any news on this?

@imacrayon
Copy link

imacrayon commented Apr 25, 2019

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?

import VTooltip from 'v-tooltip' // adds 56K to my bundle

import { VPopover } from 'v-tooltip' // still adds 56K

@Akryum
Copy link
Owner

Akryum commented May 6, 2019

@imacrayon should be fixed in v3 alpha

@Akryum Akryum closed this as completed May 6, 2019
@imacrayon
Copy link

@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
Projects
None yet
Development

No branches or pull requests

5 participants