I am trying to create a bundle for an Angular2 app. Here is my jspm config file: https://gist.github.com/ivanbatic/fa4f2d76b44e0204f21d
When I start the app, although it starts 390 HTTP requests in order to render the "Hello World" string, it works.
So...I'm trying to create a bundle using jspm bundle app build.js --inject'
Afterwards, I get the following errors:
Any suggestions on how to fix these?