You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: