Hi,
I can recommend setting up a local environment with node and webpack that transpiles into ES5. We do it for some larger projects which makes it easier to write/maintain tests & separating code into modules.
I'm not arguing with the initial request, Native ES6 support would be great but in the meantime there are workaround with benefits.
//Mikael