KyleAMathews/react-spinkit

Webpack bundle bloated when using this package.

Opened this issue · 0 comments

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?