andreypopp/react-css-components

Compile to ES5

andreypopp opened this issue · 2 comments

It would be more useful if we can compile directly to ES5 and not ES2015. That way we don't require running Babel on output.

As a downside, we loose DCE if we compile away es2015 modules syntax. Perhaps we can make it configurable?

Done