KyleAMathews / react-spinkit

A collection of loading indicators animated with CSS for React
http://kyleamathews.github.io/react-spinkit/
MIT License
1.49k stars 73 forks source link

Webpack bundle bloated when using this package. #71

Open josh08h opened 5 years ago

josh08h commented 5 years ago

I'm using this package. however it is causing a rather large increase in my outputted Webpack bundle size.

The loaders.css is adding 61kb to my production build alone.

1) Shouldn't loaders.min.css be included in my production build, not loaders.css. 2) Even loaders.min.css is 41kb. Wouldn't a better solution be to include the css that I need?