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

Install components, not whole package #157

Open
VanishMax opened this issue Sep 24, 2019 · 2 comments
Open

Install components, not whole package #157

VanishMax opened this issue Sep 24, 2019 · 2 comments
Labels
enhancement Feature request that is not a new component

Comments

@VanishMax
Copy link

From svelte-toolbox I want only Ripple component, but there is no possibility to run:

npm install --save-dev svelte-toolbox/ripple

and import the Ripple by default:

import Ripple from 'svelte-toolbox/ripple'

This would be just great to add in future versions!

@Vehmloewff Vehmloewff added the enhancement Feature request that is not a new component label Sep 24, 2019
@Vehmloewff
Copy link
Member

I agree. This would be a nice feature to add.

@Vehmloewff
Copy link
Member

Vehmloewff commented Oct 17, 2019

On second thought, this might not be needed because both Rollup and Webpack support tree shaking.

Any thoughts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature request that is not a new component
Projects
None yet
Development

No branches or pull requests

2 participants