I use Node for running the Angular 2 application, .map files are generated fine...using systemjs as well.
Everything is really simple and ordinary, but when I go to Firefox and try to debug any of .ts files, it reports:
"Not found: file "/dist/login.service.ts" in package systemjs@0.19.27".
I checked .map files and they are fine, .js files also have the comment line pointing to a .map file....this does not work neither in Firebug nor in the native FF debugger.
What am I doing wrong? Thank you.