We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
So I've ran babel on my code and I get a string with the transpiled code and the inline source map at the end, like so:
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJz.....
Then I run ngAnnotate
let res = ngAnnotate({add: true, map: {inline: true, inFile: "source.js"}}, transpiledCodeWithInlineSourceMap);
I expect to see a source map mapping all the way to the original file but it's not the case? Any tips how to handle it?
The text was updated successfully, but these errors were encountered:
#245
Sorry, something went wrong.
No branches or pull requests
So I've ran babel on my code and I get a string with the transpiled code and the inline source map at the end, like so:
Then I run ngAnnotate
I expect to see a source map mapping all the way to the original file but it's not the case? Any tips how to handle it?
The text was updated successfully, but these errors were encountered: