Closed litzebauer closed 7 years ago
it should be fixed in master, but i'll take a look at the version you're running (0.0.10-alpha)
I think this is a result of angular2-template-loader, via this issue
angular2-template-loader is the culprit. To fix from a shell do:
npm rm angular2-template-loader
Update package.json
so angular2-template-loader
is "0.6.0"
not "^0.6.0"
and run
npm i angular2-template-loader
See this in the Jamsine console: SourceMap position not found for trace: undefined
Sourcemaps aren't working in chrome either