Compile to ES5
andreypopp opened this issue · 2 comments
andreypopp commented
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.
andreypopp commented
As a downside, we loose DCE if we compile away es2015 modules syntax. Perhaps we can make it configurable?
andreypopp commented
Done