Hi all, I’ve been hard at work on a SystemJS/ES6/Babel/jspm/angular/react example seed project for the last few weeks and I’m at at point where I could use some feedback. Everything is working great and I’m really appreciative of the work done here. Feel free to email me directly latchkey@gmail, open issues or PM me on here. Thanks! https://github.com/lookfirst/systemjs-seed/
@danharper My stance is that by default an es6 transpiler should only transpiler es6. If you want the non-standard behavior it's configurable through System.traceurOptions and System.babelOptions. I think this is fair.