threepointone/glamor

alternative to including CSSPropertyOperations

Closed this issue · 1 comments

react 15.4.x moved CSSPropertyOperations to react-dom, making our import in index troublsesome. for now we're including our version of said module, but maybe we can just have guidance to alias react/lib/CSSPropertyOperations in their webpack/browserify config instead?

this will save ~35% module size.

made a bespoke copy paste of just the pieces we need, got about 1/3rd savings as expected. marking closed! 3bf316c