Storytel / react-redux-spinner

An automatic spinner for react and redux
https://storytel.github.io/react-redux-spinner/
MIT License
81 stars 13 forks source link

Do not bundle CSS #19

Closed noseglid closed 6 years ago

noseglid commented 6 years ago

To reduce bundlesize (19k now!) do not automatically include CSS in the bundle.

This also fixes server-side rendering since style-loader no longer needs to be included.

This is also beneficial if integration is rolling their own CSS, which means they don't need to include the stock css at all.

Fixes #4