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

Remove erroneous sideEffects in package.json #7

Merged
merged 1 commit into from
Feb 20, 2021

Conversation

brlodi
Copy link

@brlodi brlodi commented Dec 21, 2020

This unfortunately entirely breaks tree-shaking of the library, but pending resolution of vuejs/rollup-plugin-vue#401 that's not something we can really fix on our end. This takes the approach that working-but-too-big is at least better than not working at all.

I'll explore options for directly using the .vue files from the src directory, but currently the @src alias makes them break in dependent projects.

This unfortunately entirely breaks tree-shaking of the library, but
pending resolution of vuejs/rollup-plugin-vue#401 that's not something
we can fix on our end. This takes the approach that working-but-too-big
is at least better than not-working-at-all.
@arpadgabor
Copy link

Any chance this will get merged soon @brlodi ? Currently using the library and would rather have the entire bundle than none at all.

@brlodi
Copy link
Author

brlodi commented Jan 4, 2021

I don't have write access, so it's up to @rektdeckard

@rektdeckard rektdeckard merged commit 8850f94 into phosphor-icons:vue3 Feb 20, 2021
@rektdeckard
Copy link
Member

Hey y'all, apologies for the radio silence. Day job really took over. Merged and going live today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants