creativetimofficial / material-tailwind

@material-tailwind is an easy-to-use components library for Tailwind CSS and Material Design.

Home Page:https://material-tailwind.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tree-shaking Material Taiwind

saiuttej-b opened this issue · comments

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?