I am trying to port some ES6 code I have written that uses systemjs + Babel.
I didn\'t have any problem porting most of the code.
However, I have some code t
You could try to use a library like little-loader to handle this. Example:
var load = require('little-loader'); load('', function(err) { // loaded now, do something });