creativetimofficial / material-tailwind

@material-tailwind is an easy-to-use components library for Tailwind CSS and Material Design.
https://material-tailwind.com/
MIT License
3.51k stars 306 forks source link

Tree-shaking Material Taiwind #692

Open saiuttej-b opened 4 weeks ago

saiuttej-b commented 4 weeks ago

I tried building the project and used "rollup-plugin-visualizer" when building my Vite react project and I see that all the Material Tailwind Components are included in my production build bundle, even if I did not use all the components.

Is there any way to fix it?