system-coffeeSystemJS plugin for compiling CoffeeScriptjspm install coffee In config.js:System.config({map: {coffee: "system-coffee"}});In your app:System.import('./test.coffee!').then(function(test){vart=newtest('Test');console.log(t);})