RubenVerborgh / Solid-React-Components

Core React components for building your own Solid components and apps
https://rubenverborgh.github.io/Solid-React-Components/
MIT License
118 stars 21 forks source link

Tree shaking does not work #25

Closed Vinnl closed 5 years ago

Vinnl commented 5 years ago

As mentioned in #23, an app using @solid/react currently also ships Communica and LDFlex, even when they're not actually used.

How to reproduce

As per https://github.com/solid/react-components/issues/23#issuecomment-532087952, no example provided yet. Let me know if one is needed.

Version information

As per https://github.com/solid/react-components/issues/23#issuecomment-532087952, no example provided yet. Let me know if one is needed.

Vinnl commented 5 years ago

Oh oops, #24 already exists.