Stefan

Results 8 comments of Stefan

@dsherret how might we help you?

@mzgol do I understand you correctly that the following scenario should work? 1. concat several files and generate an `inline source map` like `//# sourceMappingURL=data:application/json;base64, ...` 2. annotate the concatenated...

@mzgol thanks for your quick response. I just had a look at your test case in order to understand whether it maps to my case and it does with the...

@mzgol it works with `ng-annotate`

@mzgol just 'solved' the problem. I attempted to save the source map not inline but as a separate file with `sourceMap: '/path/to/file'`. This is where it fails. Maybe the documentation...

@mzgol exactly. It works with pure `ng-annotate` with the following command `ng-annotate -a -o app.annotated.js --sourcemap app.js`, however, it does only support an inline source map, as far as I...

+1 absolutely agree with @NickChristensen, I also expect the behaviour to be the same.