philter87 / publish-svelte

15 stars 2 forks source link

why a single component? #1

Open mvolkmann opened 4 years ago

mvolkmann commented 4 years ago

It seems like component library authors would want to create an npm package that exposes multiple Svelte components. Is there a reason each npm package produced by pelte can only contain a single component?

philter87 commented 4 years ago

@mvolkmann Thanks for the feedback. No, I dont have a reason for only supporting a single component. I think pelte should support multiple components in a single package

mvolkmann commented 4 years ago

@philter87 Do mean that pelte already supports multiple components or that you would like to modify pelte to do that?

philter87 commented 4 years ago

@mvolkmann I can see that my answer was a bit unclear. Yes, I would like to modify pelte to support multiple components.