I'm trying to cut down the bundle size for an app I'm using that relies on react-desktop. Radium plus its dep inline-style-prefixer are quite large. They are responsible for 125k stat, 55k parsed and 13k GZipped.
I might look into replacing Radium with something trimmer in the future, this issue is just a reminder to me.
I'm trying to cut down the bundle size for an app I'm using that relies on react-desktop. Radium plus its dep
inline-style-prefixer
are quite large. They are responsible for 125k stat, 55k parsed and 13k GZipped.I might look into replacing Radium with something trimmer in the future, this issue is just a reminder to me.