marksy
marksy copied to clipboard
Is babel-standalone necessary?
It adds a huge amount of code into resulting bundles for a very little gain in my opinion. I haven't look into alternatives yet, want to know your opinion first.
Buble is a good and much smaller alternative but it would make sense to be able to avoid it entirely.
@FredyC @sapegin You only include babel-standalone
when importing from marksy/components
:) There is a ton of unnecessary stuff in it, only really need the JSX transpilation. Would be nice to see if there is a project that does exactly that.